Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/base/lib/trusty-std/src/
Dalloc.rs45 fn try_alloc_into(self) -> Result<T, AllocError>; in try_alloc_into() method
52 fn try_alloc_into(self) -> Result<U, AllocError> { in try_alloc_into() function