Searched refs:_mm_malloc (Results 1 – 3 of 3) sorted by relevance
94 #ifdef _mm_malloc116 #define opj_aligned_malloc(size) _mm_malloc((size), 16)118 #define opj_aligned_32_malloc(size) _mm_malloc((size), 32)
58 + /* Someone should tell the mingw people that their malloc.h ought to provide _mm_malloc() */64 + #ifdef _mm_malloc93 + #define opj_aligned_malloc(size) _mm_malloc((size), 16)95 + #define opj_aligned_32_malloc(size) _mm_malloc((size), 32)
43 #if !(defined(_WIN32) && defined(_mm_malloc))46 _mm_malloc(size_t __size, size_t __align) in _mm_malloc() function