memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
Allocator.realloc
memutils
allocators
Allocator
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
Source
See Implementation
memutils
allocators
Allocator
functions
alloc
free
realloc
variables
alignment
alignmentMask