Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/sync/
H A Darc.rs527 pub fn try_new_uninit() -> Result<UniqueArc<MaybeUninit<T>>, AllocError> { in try_new_uninit() method
/openbmc/linux/rust/alloc/
H A Dboxed.rs333 pub fn try_new_uninit() -> Result<Box<mem::MaybeUninit<T>>, AllocError> { in try_new_uninit() method