Return true if the numBlocksTotal statistic is unchanged.

Synopsis

Declared in <bslma_testallocatormonitor.h>

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.

Created with MrDocs