MemoryHeap::GetTotalFootprint

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

GetTotalFootprint returns the total amount of memory allocation for the parent and nested child heaps. While requesting memory by the allocation engine in GFx, some memory might be held back by the granulator layer that would be reused or released later. The total footprint does not account for this unused memory.

Return Value

The footprint for the heap and children.