Home
last modified time | relevance | path

Searched refs:KVVec (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.rs23 pub use self::kvec::KVVec;
/linux-6.15/rust/kernel/alloc/
H A Dkvec.rs146 pub type KVVec<T> = Vec<T, KVmalloc>; typedef