Searched refs:ei_aligned_malloc (Results 1 – 2 of 2) sorted by relevance
15 inline void* ei_aligned_malloc(size_t size) { return internal::aligned_malloc(size); } in ei_aligned_malloc() function
34 char *p = (char*)ei_aligned_malloc(i); in check_aligned_malloc()