Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dboxed.rs247 Self::new_uninit_in(Global) in new_uninit()
386 let mut boxed = Self::new_uninit_in(alloc); in new_in()
445 pub fn new_uninit_in(alloc: A) -> Box<mem::MaybeUninit<T>, A> in new_uninit_in() method
1299 let mut boxed = Self::new_uninit_in(self.1.clone()); in clone()