Home
last modified time | relevance | path

Searched refs:KVmalloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/rust/kernel/alloc/
H A Dallocator.rs44 pub struct KVmalloc; struct
171 unsafe impl Allocator for KVmalloc { implementation
H A Dallocator_test.rs23 pub type KVmalloc = Kmalloc; typedef
H A Dkbox.rs6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};
101 pub type KVBox<T> = Box<T, super::allocator::KVmalloc>;
H A Dkvec.rs9 allocator::{KVmalloc, Kmalloc, Vmalloc},
146 pub type KVVec<T> = Vec<T, KVmalloc>;