gfx v0.2.0 (2020-11-15T11:15:14Z)
Dub
Repo
AllocStats.Block
gfx
memalloc
AllocStats
A block is a one to one mapping on a DeviceMemory
struct
AllocStats
static
struct
Block {
size_t
size
;
Chunk
[]
chunks
;
}
Members
Variables
chunks
Chunk
[]
chunks
;
Undocumented in source.
size
size_t
size
;
Undocumented in source.
Meta
Source
See Implementation
gfx
memalloc
AllocStats
functions
toString
structs
Block
Chunk
variables
blocks
linearOptimalGranularity
totalFrag
totalReserved
totalUsed
A block is a one to one mapping on a DeviceMemory