Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Dboxed.rs365 let mut boxed = Self::new_uninit_in(alloc); in new_in() localVariable
367 boxed.as_mut_ptr().write(x); in new_in()
368 boxed.assume_init() in new_in()
395 let mut boxed = Self::try_new_uninit_in(alloc)?; in try_new_in() localVariable
397 boxed.as_mut_ptr().write(x); in try_new_in()
398 Ok(boxed.assume_init()) in try_new_in()
565 pub const fn into_boxed_slice(boxed: Self) -> Box<[T], A> { in into_boxed_slice()
566 let (raw, alloc) = Box::into_raw_with_allocator(boxed); in into_boxed_slice()
584 pub const fn into_inner(boxed: Self) -> T in into_inner()
588 *boxed in into_inner()
[all …]
Dlib.rs213 pub mod boxed; module
215 mod boxed { module
216 pub use std::boxed::Box;
Draw_vec.rs16 use crate::boxed::Box;
Dslice.rs102 use crate::boxed::Box;
161 use crate::boxed::Box;
/Linux-v6.1/rust/kernel/
Dprelude.rs18 pub use alloc::{boxed::Box, vec::Vec};
/Linux-v6.1/rust/alloc/vec/
Dis_zero.rs3 use crate::boxed::Box;
Dmod.rs76 use crate::boxed::Box;
/Linux-v6.1/Documentation/s390/
Ddriver-model.rst46 Can be 'good' or 'boxed'; 'no path' or 'no device' for