Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/kernel/
A Dallocator.rs56 fn __rust_alloc_zeroed(size: usize, _align: usize) -> *mut u8 { in __rust_alloc_zeroed() function
/linux-6.3-rc2/rust/alloc/
A Dalloc.rs40 fn __rust_alloc_zeroed(size: usize, align: usize) -> *mut u8; in __rust_alloc_zeroed() function
162 unsafe { __rust_alloc_zeroed(layout.size(), layout.align()) } in alloc_zeroed()

Completed in 4 milliseconds