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