Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/vec/
Dmod.rs1155 pub fn shrink_to_fit(&mut self) { in shrink_to_fit() method
1160 self.buf.shrink_to_fit(self.len); in shrink_to_fit()
1186 self.buf.shrink_to_fit(cmp::max(self.len, min_capacity)); in shrink_to()
1219 self.shrink_to_fit(); in into_boxed_slice()
/Linux-v6.6/rust/alloc/
Draw_vec.rs395 pub fn shrink_to_fit(&mut self, cap: usize) { in shrink_to_fit() method