Searched refs:VVec (Results 1 – 3 of 3) sorted by relevance
17 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
25 pub use self::kvec::VVec;
133 pub type VVec<T> = Vec<T, Vmalloc>; typedef