Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dboxed.rs360 Box::try_new_zeroed_in(Global) in try_new_zeroed()
522 match Box::try_new_zeroed_in(alloc) { in new_zeroed_in()
552 pub fn try_new_zeroed_in(alloc: A) -> Result<Box<mem::MaybeUninit<T>, A>, AllocError> in try_new_zeroed_in() method