[#BloombergLP-bslma-TestAllocatorMonitor-isMaxUp] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocatorMonitor.adoc[TestAllocatorMonitor]::isMaxUp :relfileprefix: ../../../ :mrdocs: Return `true` if the `numBlocksMax` statistic has increased. == Synopsis Declared in `<bslma_testallocatormonitor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isMaxUp() const; ---- == Description Return `true` if the `numBlocksMax` statistic of the tracked test allocator has increased since construction of this monitor, and `false` otherwise. == Return Value `true` if `numBlocksMax` has increased. [.small]#Created with https://www.mrdocs.com[MrDocs]#