Home
last modified time | relevance | path

Searched defs:opj_aligned_malloc (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopj_malloc.h110 #define opj_aligned_malloc(size) malloc(size) macro
116 #define opj_aligned_malloc(size) _mm_malloc((size), 16) macro
126 #define opj_aligned_malloc(size) memalign(16, (size)) macro
137 static INLINE void* __attribute__ ((malloc)) opj_aligned_malloc(size_t size){ in opj_aligned_malloc() function
156 #define opj_aligned_malloc(size) opj_malloc(size) macro