Memory snapshot statistics of the Fusion allocator.
More...
|
|
int[] | BucketAllocatedSegmentsCount |
| | Represents the number of allocated segments in each bucket of the allocator.
|
|
int[] | BucketFreeSegmentsCount |
| | Represents the number of free segments in each bucket of the allocator.
|
|
int[] | BucketFullBlocksCount |
| | Represents the number of blocks that already used all available segment in each bucket of the allocator. Does not mean that the block don't have memory available.
|
|
int[] | BucketSegmentCapacity |
| | Total segment capacity of each bucket.
|
|
int[] | BucketUsedSegmentsCount |
| | Total used segments per bucket.
|
|
int | TotalBlocks |
| | The total memory blocks count created from the allocator config.
|
|
int | TotalBytesFree |
| | The total amount of free bytes in the allocator. This is an accumulated value from all memory buckets, it does not mean that an object of this size can be allocated.
|
|
int | TotalBytesUsed |
| | The total amount of used bytes in the allocator.
|
|
int | TotalFreeBlocks |
| | Represents the total number of free blocks in the allocator.
|
Memory snapshot statistics of the Fusion allocator.