Heap::GetTotalSize
Defined in:
Returns the total size of allocated blocks in a heap.
C4Memory.h
Prototype
uint32 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.