Home
last modified time | relevance | path

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

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