Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/kernel/
A Dallocator.rs35 fn __rust_alloc(size: usize, _align: usize) -> *mut u8 { in __rust_alloc() function
/linux-6.3-rc2/rust/alloc/
A 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()

Completed in 4 milliseconds