virtual UPInt GetTotalFootprint() const = 0;
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.
The footprint for the heap and children.