Struct AllocStats

Some stats of an allocator that can be collected with Allocator.collectStats

struct AllocStats ;

Fields

NameTypeDescription
blocks AllocStats.Block[]
linearOptimalGranularity ulong
totalFrag ulong
totalReserved ulong
totalUsed ulong

Methods

NameDescription
toString ()

Inner structs

NameDescription
Block A block is a one to one mapping on a DeviceMemory
Chunk A chunk is a suballocation from a block