[#BloombergLP-bslma-TestAllocatorMonitor-numBlocksMaxChange] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/TestAllocatorMonitor.adoc[TestAllocatorMonitor]::numBlocksMaxChange :relfileprefix: ../../../ :mrdocs: Return the change in the `numBlocksMax` statistic. == Synopsis Declared in `<bslma_testallocatormonitor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] numBlocksMaxChange() const; ---- == Description Return the change in the `numBlocksMax` statistic of the tracked test allocator since construction of this monitor. == Return Value The change in `numBlocksMax`. [.small]#Created with https://www.mrdocs.com[MrDocs]#