gfx v0.1.0 (2018-12-16T20:49:04Z)
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