Searched defs:VBox (Results 1 – 2 of 2) sorted by relevance
130 pub type VBox<T> = Box<T, super::allocator::Vmalloc>; typedef704 impl<T> AsPageIter for VBox<T> { implementation
1029 class VBox(): class