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.
Inserts a breakpoint instruction. useful to trigger the debugger.
Destroys and frees a class object created with mallocEmplace.
Destroys and frees a non-class object created with mallocEmplace.
Allocates and construct a struct or class object.
This module provide support for aligned memory.