Home
last modified time | relevance | path

Searched refs:VBox (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.rs20 pub use self::kbox::VBox;
/rust/kernel/alloc/
A Dkbox.rs129 pub type VBox<T> = Box<T, super::allocator::Vmalloc>; typedef

Completed in 4 milliseconds