Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Draw_vec.rs93 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() method
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs481 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() method