Home
last modified time | relevance | path

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

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