AllocStats

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

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Block
struct Block

A block is a one to one mapping on a DeviceMemory

Chunk
struct Chunk

A chunk is a suballocation from a block

Variables

blocks
Block[] blocks;
Undocumented in source.
linearOptimalGranularity
size_t linearOptimalGranularity;
Undocumented in source.
totalFrag
size_t totalFrag;
Undocumented in source.
totalReserved
size_t totalReserved;
Undocumented in source.
totalUsed
size_t totalUsed;
Undocumented in source.

Meta