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