alignedRealloc

Reallocates an aligned memory chunk allocated by alignedMalloc or alignedRealloc. Functionally equivalent to Visual C++ _aligned_realloc.

@nogc nothrow
void*
alignedRealloc
(
void* aligned
,
size_t size
,
size_t alignment
)

Meta