Home
last modified time | relevance | path

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

/rust/kernel/alloc/
Dallocator.rs35 pub struct Vmalloc; struct
148 unsafe impl Allocator for Vmalloc { implementation
Dallocator_test.rs22 pub type Vmalloc = Kmalloc; typedef
Dkbox.rs6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};
126 pub type VBox<T> = Box<T, super::allocator::Vmalloc>;
Dkvec.rs9 allocator::{KVmalloc, Kmalloc, Vmalloc},
138 pub type VVec<T> = Vec<T, Vmalloc>;