BloombergLP::bslma::TestAllocator::numDeallocation

Return the cumulative number of deallocation requests.

Synopsis

Declared in <bslma_testallocator.h>

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

Description

Return the cumulative number of deallocation requests. Note that this number is incremented for every deallocate invocation, regardless of the validity of the request.

DEPRECATED: use numDeallocations instead.

Return Value

cumulative number of deallocation requests