Return the cumulative number of deallocation requests. Note that this number is incremented for every deallocate invocation, regardless of the validity of the request.
Synopsis
Declared in <bslma_testallocator.h>
bsls::Types::Int64
numDeallocation() const;
Description
DEPRECATED: use numDeallocations instead.
Created with MrDocs