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