Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Draw_vec.rs94 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() method
/Linux-v6.1/rust/alloc/vec/
Dmod.rs471 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() method