Searched refs:__mingw_aligned_malloc (Results 1 – 4 of 4) sorted by relevance
25 #define __mingw_aligned_malloc _aligned_malloc macro
50 return __mingw_aligned_malloc(size, alignment); in align_malloc()
22 return ::__mingw_aligned_malloc(size, alignment); in aligned_alloc()
57 __mallocedMemory = __mingw_aligned_malloc(__size, __align); in _mm_malloc()