Searched defs:aligned_malloc (Results 1 – 3 of 3) sorted by relevance
25 void* aligned_malloc(size_t size, int minimum_alignment) { in aligned_malloc() function
153 EIGEN_DEVICE_FUNC inline void* aligned_malloc(std::size_t size) in aligned_malloc() function
775 inline void *aligned_malloc(size_t size, int minimum_alignment) { in aligned_malloc() function