Searched defs:aligned_malloc (Results 1 – 5 of 5) sorted by relevance
25 void* aligned_malloc(size_t size, int minimum_alignment) { in aligned_malloc() function
33 static 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
477 pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void; in aligned_malloc() function