Struct AllocStats
Some stats of an allocator that can be collected with Allocator.collectStats
struct AllocStats
;
Fields
Name | Type | Description |
---|---|---|
blocks
|
AllocStats | |
linearOptimalGranularity
|
ulong | |
totalFrag
|
ulong | |
totalReserved
|
ulong | |
totalUsed
|
ulong |
Methods
Name | Description |
---|---|
toString
()
|
Inner structs
Name | Description |
---|---|
Block
|
A block is a one to one mapping on a DeviceMemory |
Chunk
|
A chunk is a suballocation from a block |