D3D12 Memory Allocator
|
General statistics from current state of the allocator - total memory usage across all memory heaps and segments. More...
#include <D3D12MemAlloc.h>
Public Attributes | |
DetailedStatistics | HeapType [5] |
One element for each type of heap located at the following indices: | |
DetailedStatistics | MemorySegmentGroup [2] |
One element for each memory segment group located at the following indices: | |
DetailedStatistics | Total |
Total statistics from all memory allocated from D3D12. |
General statistics from current state of the allocator - total memory usage across all memory heaps and segments.
These are slower to calculate. Use for debugging purposes. See function D3D12MA::Allocator::CalculateStatistics().
DetailedStatistics D3D12MA::TotalStatistics::HeapType[5] |
One element for each type of heap located at the following indices:
DetailedStatistics D3D12MA::TotalStatistics::MemorySegmentGroup[2] |
One element for each memory segment group located at the following indices:
Meaning of these segment groups is:
DetailedStatistics D3D12MA::TotalStatistics::Total |
Total statistics from all memory allocated from D3D12.