Searched refs:into_raw_parts_with_alloc (Results 1 – 1 of 1) sorted by relevance
982 pub fn into_raw_parts_with_alloc(self) -> (*mut T, usize, usize, A) { in into_raw_parts_with_alloc() method2667 let (ptr, len, cap, alloc) = self.into_raw_parts_with_alloc(); in into_flattened()