BloombergLP::bslma::TestAllocatorMonitor::isInUseUp

Return true if the numBlocksInUse statistic has increased.

Synopsis

Declared in <bslma_testallocatormonitor.h>

bool
isInUseUp() const;

Description

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

Return Value

true if numBlocksInUse has increased.