Return the change in the numBlocksInUse statistic.

Synopsis

Declared in <bslma_testallocatormonitor.h>

bsls::Types::Int64
numBlocksInUseChange() const;

Description

Return the change in the numBlocksInUse statistic of the tracked test allocator since construction of this monitor.

Return Value

The change in numBlocksInUse.

Created with MrDocs