Searched refs:VBox (Results 1 – 3 of 3) sorted by relevance
22 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
20 pub use self::kbox::VBox;
129 pub type VBox<T> = Box<T, super::allocator::Vmalloc>; typedef
Completed in 4 milliseconds