#include <MemoryStatistics.h>
Public Attributes | |
| Name | m_name |
| The platform-defined name of the heap. | |
| HeapMemoryLevel | m_heapMemoryType |
| The type of the heap. | |
| HeapMemoryUsage | m_memoryUsage |
| Memory usage of the heap. | |
This structure tracks an instance of a physical memory heap. For certain platforms, there may be multiple heaps of a particular type (for example, multiple GPUs, or custom heaps on the same adapter). The source of the data is platform specific.