Searched refs:handmade_aligned_malloc (Results 1 – 3 of 3) sorted by relevance
18 inline void* ei_handmade_aligned_malloc(size_t size) { return internal::handmade_aligned_malloc(siz… in ei_handmade_aligned_malloc()
22 char *p = (char*)internal::handmade_aligned_malloc(i); in check_handmade_aligned_malloc()
104 inline void* handmade_aligned_malloc(std::size_t size) in handmade_aligned_malloc() function126 if (ptr == 0) return handmade_aligned_malloc(size);228 result = handmade_aligned_malloc(size); in aligned_malloc()