MemoryHeap::GetUsedSpace

MemoryHeap::GetUsedSpace
virtual UPInt GetUsedSpace() const = 0;
Description

GetUsedSpace returns the actual amount of allocated bytes in a heap.

Return Value

UPInt value containing the allocated bytes.