Home
last modified time | relevance | path

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

/rust/kernel/alloc/
A Dallocator_test.rs21 pub type Kmalloc = Cmalloc; typedef
22 pub type Vmalloc = Kmalloc;
23 pub type KVmalloc = Kmalloc;
A Dallocator.rs26 pub struct Kmalloc; struct
130 unsafe impl Allocator for Kmalloc { implementation
A Dkbox.rs6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};
117 pub type KBox<T> = Box<T, super::allocator::Kmalloc>;
A Dkvec.rs6 allocator::{KVmalloc, Kmalloc, Vmalloc},
123 pub type KVec<T> = Vec<T, Kmalloc>;

Completed in 9 milliseconds