MemoryHeap::GetTotalUsedSpace
MemoryHeap::GetTotalUsedSpace
virtual UPInt GetTotalUsedSpace() const = 0;
Description
GetTotalUsedSpace recursively iterates through all child heaps and sums up the total used space.
Return Value
A UPInt value containing the total space used by the heaps.