Home
last modified time | relevance | path

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

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