SysAllocPagedMalloc::GetUsedSpace

SysAllocPagedMalloc::GetUsedSpace
virtual UPInt GetUsedSpace() const;
Description

GetUsedSpace returns the actual amount of allocated/used bytes in the heap.

Return Value

An UPInt value containing the number of bytes allocated. This value is same as the value returned by GetFootprint.