Home
last modified time | relevance | path

Searched refs:libc_aligned_alloc (Results 1 – 1 of 1) sorted by relevance

/rust/kernel/alloc/
Dallocator_test.rs38 fn libc_aligned_alloc(align: usize, size: usize) -> *mut crate::ffi::c_void; in libc_aligned_alloc() function
96 let dst = unsafe { libc_aligned_alloc(layout.align(), layout.size()) } as *mut u8; in realloc()