Home
last modified time | relevance | path

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

/linux-6.1.9/rust/kernel/
Dallocator.rs35 fn __rust_alloc(size: usize, _align: usize) -> *mut u8 { in __rust_alloc() function
/linux-6.1.9/rust/alloc/
Dalloc.rs34 fn __rust_alloc(size: usize, align: usize) -> *mut u8; in __rust_alloc() function
91 unsafe { __rust_alloc(layout.size(), layout.align()) } in alloc()