Searched defs:aligned_malloc (Results 1 – 2 of 2) sorted by relevance
2251 T* aligned_malloc(size_t size, size_t align) in aligned_malloc() function
518 pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void; in aligned_malloc() function