Represents a snapshot of specific memory statistics. For basic total allocated memory and total free memory check the Fusion Statistics.
More...
|
const int | BUCKET_COUNT = Allocator.BUCKET_COUNT |
| The number of buckets used in the allocator. More...
|
|
Represents a snapshot of specific memory statistics. For basic total allocated memory and total free memory check the Fusion Statistics.
◆ TargetAllocator
Enum representing the target allocator for memory statistics.
◆ BUCKET_COUNT
const int BUCKET_COUNT = Allocator.BUCKET_COUNT |
|
static |
The number of buckets used in the allocator.
◆ BucketFreeBlocksCount
int [] BucketFreeBlocksCount |
Represents the number of free blocks in each bucket of the allocator.
◆ BucketFullBlocksCount
int [] BucketFullBlocksCount |
Represents the number of full blocks in each bucket of the allocator.
◆ BucketUsedBlocksCount
int [] BucketUsedBlocksCount |
Represents the number of used blocks in each bucket of the allocator.
◆ TotalFreeBlocks
Represents the total number of free blocks in the allocator.