Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dalloc.rs39 fn __rust_alloc_zeroed(size: usize, align: usize) -> *mut u8; in __rust_alloc_zeroed() function
172 unsafe { __rust_alloc_zeroed(layout.size(), layout.align()) } in alloc_zeroed()