dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
ArenaAllocator.EABlock
dplug
canvas
misc
ArenaAllocator
Undocumented in source.
struct
ArenaAllocator
(T, uint blockSize)
nothrow @
nogc
struct
EABlock {
EABlock
*
next
;
T
[
blockSize
]
items
;
}
Members
Variables
items
T
[
blockSize
]
items
;
Undocumented in source.
next
EABlock
*
next
;
Undocumented in source.
Meta
Source
See Implementation
dplug
canvas
misc
ArenaAllocator
destructors
~this
functions
allocate
reset
structs
EABlock
variables
m_block
m_pos
m_root