Searched refs:handmade_aligned_malloc (Results 1 – 2 of 2) sorted by relevance
24 char *p = (char*)internal::handmade_aligned_malloc(i); in check_handmade_aligned_malloc()
86 inline void* handmade_aligned_malloc(std::size_t size) in handmade_aligned_malloc() function108 if (ptr == 0) return handmade_aligned_malloc(size);164 result = handmade_aligned_malloc(size); in aligned_malloc()