Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs360 Box::try_new_zeroed_in(Global) in try_new_zeroed()
526 match Box::try_new_zeroed_in(alloc) { in new_zeroed_in()
546 /// let zero = Box::<u32, _>::try_new_zeroed_in(System)?;
556 pub fn try_new_zeroed_in(alloc: A) -> Result<Box<mem::MaybeUninit<T>, A>, AllocError> in try_new_zeroed_in() functions

Completed in 3 milliseconds