Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Dmod.rs982 pub fn into_raw_parts_with_alloc(self) -> (*mut T, usize, usize, A) { in into_raw_parts_with_alloc() method
2667 let (ptr, len, cap, alloc) = self.into_raw_parts_with_alloc(); in into_flattened()