Heap::GetTotalSize
Defined in: C4Memory.h
Returns the total size of allocated blocks in a heap.
Prototype
unsigned_int32 GetTotalSize(void) const;
Description
The GetTotalSize function returns the total number of bytes allocated by a heap. This size does not include per-block space overhead needed by the Memory Manager or any block padding.
|