Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Draw_vec.rs139 Self::try_allocate_in(capacity, AllocInit::Uninitialized, alloc) in try_with_capacity_in()
212 … fn try_allocate_in(capacity: usize, init: AllocInit, alloc: A) -> Result<Self, TryReserveError> { in try_allocate_in() method