Searched refs:aligned_malloc (Results 1 – 1 of 1) sorted by relevance
98 inline void* aligned_malloc(std::size_t alignment, std::size_t size) in aligned_malloc() function144 return reinterpret_cast<char *>(aligned_malloc(MEMORY_POOL_ALIGNMENT, bytes)); in malloc()146 char *ret = reinterpret_cast<char *>(aligned_malloc(MEMORY_POOL_ALIGNMENT, bytes)); in malloc()