Return the byte count maintained by this counting allocator.
Synopsis
Declared in <ball_countingallocator.h>
CountingAllocator::size_type
numBytesTotal() const;
Description
The precise definition of byte count is described in the "Byte Count" section of the component‐level documentation.
Return Value
current byte count maintained by this allocator
Created with MrDocs