Buffer suballocator usage stats. More...
#include <BufferSuballocator.h>
Public Attributes | |
Uint64 | CommittedSize = 0 |
Committed memory size of the internal buffer, in bytes. | |
Uint64 | UsedSize = 0 |
The total memory size used by all allocations, in bytes. | |
Uint64 | MaxFreeChunkSize = 0 |
The maximum size of the continuous free chunk in the buffer, in bytes. | |
Uint32 | AllocationCount = 0 |
The current number of allocations. | |
Buffer suballocator usage stats.