Commits

Saleem Abdulrasool committed 1aee71a4b6d
Basic: support `_aligned_malloc` on Windows Use `_aligned_malloc` and `_aligned_free` on Windows as it does not have the POSIX interfaces `posix_memalign`. `_aligned_malloc` has an associated `_aligned_free` instead of the normal `free` call.