vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
freeArray
vutil
memory
Undocumented in source. Be warned that the author may not have intended to support it.
void
freeArray
(
T
bool
MANAGED
= true
)
(
Allocator
allocator
,
ref
T
[]
array
,
bool
call_destructors
= true
)
Meta
Source
See Implementation
vutil
memory
classes
AutoFreeListAllocator
DebugAllocator
FreeListAlloc
GCAllocator
LockAllocator
MallocAllocator
PoolAllocator
functions
allocArray
allocObject
defaultAllocator
freeArray
manualAllocator
interfaces
Allocator
structs
FreeListRef
templates
AllocSize
FreeListObjectAlloc