vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
PoolAllocator.Pool
vutil
memory
PoolAllocator
Undocumented in source.
class
PoolAllocator
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
vutil
memory
PoolAllocator
constructors
this
functions
alloc
free
freeAll
realloc
reset
properties
allocatedSize
totalSize
structs
Destructor
Pool