Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/
Dlib.rs239 pub mod boxed; module
241 mod boxed { module
Dboxed.rs386 let mut boxed = Self::new_uninit_in(alloc); in new_in() localVariable
414 let mut boxed = Self::try_new_uninit_in(alloc)?; in try_new_in() localVariable
1299 let mut boxed = Self::new_uninit_in(self.1.clone()); in clone() localVariable