Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Did_pool.rs114 pub fn with_capacity(num_ids: usize, flags: Flags) -> Result<Self, AllocError> { in with_capacity() method
/linux/rust/proc-macro2/
H A Drcvec.rs71 pub(crate) fn with_capacity(cap: usize) -> Self { in with_capacity() method
H A Dfallback.rs173 pub(crate) fn with_capacity(cap: usize) -> Self { in with_capacity() method
/linux/rust/kernel/alloc/
H A Dkvec.rs501 pub fn with_capacity(capacity: usize, flags: Flags) -> Result<Self, AllocError> { in with_capacity() function