Return the cumulative number of bytes ever allocated from this object. Note that numBytesInUse() <= numBytesTotal().
Synopsis
Declared in <bdlma_countingallocator.h>
bsls::Types::Int64
numBytesTotal() const;
Return Value
cumulative number of bytes ever allocated from this object
Created with MrDocs