Searched refs:aligned_alloc (Results 1 – 7 of 7) sorted by relevance
456 aligned_alloc
1816 aligned_alloc
985 pub fn aligned_alloc(align: size_t, len: size_t) -> *mut c_void; in aligned_alloc() function
490 pub fn aligned_alloc(a: size_t, b: size_t) -> *mut c_void; in aligned_alloc() function
595 pub fn aligned_alloc(arg1: size_t, arg2: size_t) -> *mut c_void; in aligned_alloc() function
1069 pub fn aligned_alloc(alignment: size_t, size: size_t) -> *mut c_void; in aligned_alloc() function
327 - Unix: add `aligned_alloc` <https://github.com/rust-lang/libc/pull/3843>