C4 Engine
C4 Engine API Documentation

Heap::GetTotalSize

Defined in:  C4Memory.h
Returns the total size of allocated blocks in a heap.
Prototype

uint32 GetTotalSize(voidconst;

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.