Return the maximum number of bytes ever allocated from this object at any one time. Note that numBytesInUse() <= numBytesMax() <= numBytesTotal().
Synopsis
Declared in <bslma_testallocator.h>
bsls::Types::Int64
numBytesMax() const;
Return Value
maximum number of bytes allocated at any one time
Created with MrDocs