Home
last modified time | relevance | path

Searched defs:VVec (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/alloc/
H A Dkvec.rs139 pub type VVec<T> = Vec<T, Vmalloc>; typedef
1053 impl<T> AsPageIter for VVec<T> { implementation