FallbackAllocator.alignedReallocate

Undocumented in source. Be warned that the author may not have intended to support it.
struct FallbackAllocator(Primary, Fallback)
static if(__traits(hasMember, Primary, "owns") && (__traits(hasMember, Primary, "alignedAllocate") || __traits(hasMember, Fallback, "alignedAllocate")))
bool
alignedReallocate
(
ref void[] b
,
size_t newSize
,
uint a
)

Meta