vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
PoolAllocator.Destructor
vutil
memory
PoolAllocator
Undocumented in source.
class
PoolAllocator
static
struct
Destructor {
Destructor
*
next
;
void
function
(
void
*)
destructor
;
void
*
object
;
}
Members
Variables
destructor
void
function
(
void
*)
destructor
;
Undocumented in source.
next
Destructor
*
next
;
Undocumented in source.
object
void
*
object
;
Undocumented in source.
Meta
Source
See Implementation
vutil
memory
PoolAllocator
constructors
this
functions
alloc
free
freeAll
realloc
reset
properties
allocatedSize
totalSize
structs
Destructor
Pool