Frees aligned memory allocated by alignedMalloc or alignedRealloc. Functionally equivalent to Visual C++ _aligned_free.
Allocates an aligned memory chunk. Functionally equivalent to Visual C++ _aligned_malloc.
Reallocates an aligned memory chunk allocated by alignedMalloc or alignedRealloc. Functionally equivalent to Visual C++ _aligned_realloc.
This module provide support for aligned memory.