memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
PoolAllocator.Pool
memutils
pool
PoolAllocator
Undocumented in source.
class
PoolAllocator
(Base : Allocator)
static
struct
Pool {
Pool
*
next
;
void
[]
data
;
void
[]
remaining
;
}
Members
Variables
data
void
[]
data
;
Undocumented in source.
next
Pool
*
next
;
Undocumented in source.
remaining
void
[]
remaining
;
Undocumented in source.
Meta
Source
See Implementation
memutils
pool
PoolAllocator
constructors
this
destructors
~this
functions
alloc
free
freeAll
onDestroy
realloc
removeArrayDtors
reset
properties
allocatedSize
totalSize
structs
Pool
variables
id
m_poolSize