alignedFree

Frees aligned memory allocated by alignedMalloc or alignedRealloc. Functionally equivalent to Visual C++ _aligned_free.

@nogc nothrow
void
alignedFree
(
void* aligned
)

Meta