Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dvec_ext.rs20 fn with_capacity(capacity: usize, flags: Flags) -> Result<Self, AllocError>; in with_capacity() method
78 fn with_capacity(capacity: usize, flags: Flags) -> Result<Self, AllocError> { in with_capacity() method