Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/
Draw_vec.rs131 pub fn with_capacity_in(capacity: usize, alloc: A) -> Self { in with_capacity_in() method
/linux-6.6.21/rust/alloc/vec/
Dmod.rs727 pub fn with_capacity_in(capacity: usize, alloc: A) -> Self { in with_capacity_in() method