libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
PoolAllocator.Pool
memutils
pool
PoolAllocator
Undocumented in source.
struct
PoolAllocator
(Base)
nothrow @
trusted
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