mage ~gen-vs2013 (2022-02-23T00:05:29.9661958)
Dub
Repo
BlockArray
mage
util
mem
Uses a dynamic array of fixed sized blocks to allocate memory.
struct
BlockArray (
size_t
N
) {
Block
!
N
[]
blocks
;
}
Members
Variables
blocks
Block
!
N
[]
blocks
;
Undocumented in source.
Meta
Source
See Implementation
mage
util
mem
functions
GiB
KiB
MiB
TiB
allocate
deallocate
static variables
mallocator
structs
Block
BlockArray
Mallocator
Uses a dynamic array of fixed sized blocks to allocate memory.