Home
last modified time | relevance | path

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

/rust/kernel/
A Dprelude.rs22 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
A Dalloc.rs19 pub use self::kbox::KVBox;
/rust/kernel/alloc/
A Dkbox.rs141 pub type KVBox<T> = Box<T, super::allocator::KVmalloc>; typedef

Completed in 6 milliseconds