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