alignedFree

Frees aligned memory allocated by alignedMalloc or alignedRealloc. Functionally equivalent to Visual C++ _aligned_free. Do not mix allocations with different alignment.

nothrow @nogc
void
alignedFree
(
void* aligned
,
size_t alignment
)

Meta