Searched defs:aligned_malloc (Results 1 – 4 of 4) sorted by relevance
97 unsafe fn aligned_malloc(layout: &Layout) -> *mut u8 { in aligned_malloc() function122 unsafe fn aligned_malloc(layout: &Layout) -> *mut u8 { in aligned_malloc() function
64 unsafe fn aligned_malloc(layout: &Layout) -> *mut u8 { in aligned_malloc() function
2220 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