Home
last modified time | relevance | path

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

/rust/kernel/alloc/
Dallocator.rs44 pub struct KVmalloc; struct
172 unsafe impl Allocator for KVmalloc { implementation
Dallocator_test.rs23 pub type KVmalloc = Kmalloc; typedef
Dkbox.rs6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};
138 pub type KVBox<T> = Box<T, super::allocator::KVmalloc>;
Dkvec.rs9 allocator::{KVmalloc, Kmalloc, Vmalloc},
151 pub type KVVec<T> = Vec<T, KVmalloc>;