Return true if the numBlocksInUse statistic is unchanged.

Synopsis

Declared in <bslma_testallocatormonitor.h>

bool
isInUseSame() const;

Description

Return true if the numBlocksInUse statistic of the tracked test allocator has not changed since construction of this monitor, and false otherwise.

Return Value

true if numBlocksInUse is unchanged.

Created with MrDocs