AlignedMallocator.alignedReallocate

On Posix, uses alignedAllocate and copies data around because there is no realloc for aligned memory. On Windows, calls __aligned_realloc(b.ptr, newSize, a).

struct AlignedMallocator
version(Windows)
@system @nogc nothrow static
bool
alignedReallocate
()
(
ref void[] b
,
size_t s
,
uint a
)

Meta