Home
last modified time | relevance | path

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

/trusty/user/base/lib/trusty-std/src/
Dalloc.rs99 fn try_with_capacity(capacity: usize) -> Result<Self, TryReserveError>; in try_with_capacity() method
109 fn try_with_capacity(capacity: usize) -> Result<Self, TryReserveError> { in try_with_capacity() method