dg2d ~master (2020-11-11T23:31:17Z)
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
Undocumented in source.