Home
last modified time | relevance | path

Searched refs:try_with_capacity (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dstr.rs561 let mut buf = Vec::try_with_capacity(size)?; in try_from_fmt()
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs536 pub fn try_with_capacity(capacity: usize) -> Result<Self, TryReserveError> { in try_with_capacity() method