Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp750 property_callbacks_.shrink_to_fit(); in initialize()
769 method_callbacks_.shrink_to_fit(); in initialize()
779 signals_.shrink_to_fit(); in initialize()
787 vtable_.shrink_to_fit(); in initialize()
/openbmc/bmcweb/http/
H A Dhttp_body.hpp98 strBody.shrink_to_fit(); in clear()
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs1156 pub fn shrink_to_fit(&mut self) { in shrink_to_fit() method
1161 self.buf.shrink_to_fit(self.len); in shrink_to_fit()
1187 self.buf.shrink_to_fit(cmp::max(self.len, min_capacity)); in shrink_to()
1220 self.shrink_to_fit(); in into_boxed_slice()
/openbmc/linux/rust/alloc/
H A Draw_vec.rs395 pub fn shrink_to_fit(&mut self, cap: usize) { in shrink_to_fit() method