Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/
Draw_vec.rs247 pub unsafe fn from_raw_parts_in(ptr: *mut T, capacity: usize, alloc: A) -> Self { in from_raw_parts_in() method
/linux-6.6.21/rust/alloc/vec/
Dmod.rs901 pub unsafe fn from_raw_parts_in(ptr: *mut T, length: usize, capacity: usize, alloc: A) -> Self { in from_raw_parts_in() method