Home
last modified time | relevance | path

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

/linux-6.1.9/rust/alloc/
Dboxed.rs230 Self::new_uninit_in(Global) in new_uninit()
365 let mut boxed = Self::new_uninit_in(alloc); in new_in()
427 pub const fn new_uninit_in(alloc: A) -> Box<mem::MaybeUninit<T>, A> in new_uninit_in() method
1241 let mut boxed = Self::new_uninit_in(self.1.clone()); in clone()