Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dprelude.rs17 pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
H A Dalloc.rs25 pub use self::kvec::VVec;
/linux-6.15/rust/kernel/alloc/
H A Dkvec.rs133 pub type VVec<T> = Vec<T, Vmalloc>; typedef