Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/rust/alloc/
H A Dlib.rs239 pub mod boxed; modules
241 mod boxed { modules
H A Dboxed.rs386 let mut boxed = Self::new_uninit_in(alloc); in new_in() variables
414 let mut boxed = Self::try_new_uninit_in(alloc)?; in try_new_in() variables
1299 let mut boxed = Self::new_uninit_in(self.1.clone()); clone() variables
[all...]

Completed in 2 milliseconds