Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dalloc.rs30 fn __rust_alloc(size: usize, align: usize) -> *mut u8; in __rust_alloc() function
100 __rust_alloc(layout.size(), layout.align()) in alloc()