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