dg2d ~master (2021-09-28T12:26:04.0230033)
Dub
Repo
ArenaAllocator.EABlock
dg2d
misc
ArenaAllocator
Undocumented in source.
struct
ArenaAllocator
(T, uint blockSize)
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
dg2d
misc
ArenaAllocator
destructors
~this
functions
allocate
reset
structs
EABlock
variables
m_block
m_pos
m_root