Home
last modified time | relevance | path

Searched defs:from_raw_parts_in (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/
H A Draw_vec.rs247 pub unsafe fn from_raw_parts_in(ptr: *mut T, capacity: usize, alloc: A) -> Self { in from_raw_parts_in() functions
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dmod.rs901 pub unsafe fn from_raw_parts_in(ptr: *mut T, length: usize, capacity: usize, alloc: A) -> Self { in from_raw_parts_in() functions
[all...]

Completed in 5 milliseconds