Statistics of the heap.
More...
|
| readonly override string | ToString () |
| | Create a debug string of the stats content. More...
|
| |
◆ ToString()
| readonly override string Quantum.Allocator.Heap.Stats.ToString |
( |
| ) |
|
|
inline |
Create a debug string of the stats content.
- Returns
- Debug string
◆ TotalMemory
| int Quantum.Allocator.Heap.Stats.TotalMemory |
◆ TotalPages
| int Quantum.Allocator.Heap.Stats.TotalPages |
◆ PagesFree
| int Quantum.Allocator.Heap.Stats.PagesFree |
◆ PagesFull
| int Quantum.Allocator.Heap.Stats.PagesFull |
◆ PagesUsed
| int Quantum.Allocator.Heap.Stats.PagesUsed |
◆ BytesAllocated
| int Quantum.Allocator.Heap.Stats.BytesAllocated |
◆ BytesReserved
| int Quantum.Allocator.Heap.Stats.BytesReserved |
◆ BytesCommited
| int Quantum.Allocator.Heap.Stats.BytesCommited |