Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Draw_vec.rs395 pub fn shrink_to_fit(&mut self, cap: usize) { in shrink_to_fit() method
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs1156 pub fn shrink_to_fit(&mut self) { in shrink_to_fit() method