Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/vec/
Dmod.rs981 pub fn into_raw_parts_with_alloc(self) -> (*mut T, usize, usize, A) { in into_raw_parts_with_alloc() method
2666 let (ptr, len, cap, alloc) = self.into_raw_parts_with_alloc(); in into_flattened()