vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
Allocator.alloc
vutil
memory
Allocator
Undocumented in source.
interface
Allocator
nothrow
void
[]
alloc
(
size_t
sz
)
out { assert ((cast(size_t)__result.ptr & alignmentMask) == 0, "alloc() returned misaligned data."); }
Meta
Source
See Implementation
vutil
memory
Allocator
functions
alloc
free
realloc
variables
alignment
alignmentMask