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