gfx ~master (2021-03-28T16:54:18Z)
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