Searched refs:KVBox (Results 1 – 3 of 3) sorted by relevance
25 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
12 pub use self::kbox::KVBox;
142 pub type KVBox<T> = Box<T, super::allocator::KVmalloc>; typedef