Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds