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