[#BloombergLP-bslma-TestAllocator-numBlocksMax] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocator.adoc[TestAllocator]::numBlocksMax :relfileprefix: ../../../ :mrdocs: Return the maximum number of blocks ever allocated from this object at any one time. Note that `numBlocksInUse() <= numBlocksMax() <= numBlocksTotal()`. == Synopsis Declared in `<bslma_testallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] numBlocksMax() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#