Allocator.realloc

Undocumented in source.
interface Allocator
void[]
realloc
(
void[] mem
,
size_t new_sz
)
out { static if (!HasSecurePool && !HasBotan) assert ((cast(size_t)__result.ptr & alignmentMask) == 0, "realloc() returned misaligned data."); }

Meta