Searched defs:VVec (Results 1 – 1 of 1) sorted by relevance
139 pub type VVec<T> = Vec<T, Vmalloc>; typedef1053 impl<T> AsPageIter for VVec<T> { implementation