virtual UPInt GetUsedSpace() const;
GetUsedSpace returns the actual amount of allocated/used bytes in the heap.
An UPInt value containing the number of allocated bytes in the heap. This value is same as the value returned by GetFootprint.