Scaleform::MemoryHeap::RootStats

Scaleform::MemoryHeap::RootStats
struct RootStats {
  UPInt SysMemFootprint;
  UPInt SysMemUsedSpace;
  UPInt PageMapFootprint;
  UPInt PageMapUsedSpace;
  UPInt BookkeepingFootprint;
  UPInt BookkeepingUsedSpace;
  UPInt DebugInfoFootprint;
  UPInt DebugInfoUsedSpace;
  UPInt UserDebugFootprint;
  UPInt UserDebugUsedSpace;
};
Description

Structure used to indicate the memory allocation statistics of the root heap.

Members
Members 
Description 
UPInt SysMemFootprint; 
Total amount of system memory allocated for the root heap. 
UPInt SysMemUsedSpace; 
Total amount of system memory actually used by the root heap. 
UPInt PageMapFootprint; 
Total amount of memory allocated for page mapping. 
UPInt PageMapUsedSpace; 
Total amount of memory used for page mapping. 
UPInt BookkeepingFootprint; 
Total amount of memory allocated for root heap bookkeeping. 
UPInt BookkeepingUsedSpace; 
Total amount of memory used for root heap bookkeeping. 
UPInt DebugInfoFootprint; 
Total amount of memory allocated for debug information on the root heap. 
UPInt DebugInfoUsedSpace; 
Total amount of memory used for debug information on the root heap. 
UPInt UserDebugFootprint; 
Total amount of memory allocated for user debug heaps (HUD and such). 
UPInt UserDebugUsedSpace; 
Total amount of memory used for user debug heaps (HUD and such). 
File

SF_MemoryHeap.h