Home
last modified time | relevance | path

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

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