Searched refs:Kmalloc (Results 1 – 4 of 4) sorted by relevance
26 pub struct Kmalloc; struct114 impl Kmalloc { impl129 unsafe impl Allocator for Kmalloc { implementation137 let layout = Kmalloc::aligned_layout(layout); in realloc()182 let layout = Kmalloc::aligned_layout(layout); in realloc()
21 pub type Kmalloc = Cmalloc; typedef22 pub type Vmalloc = Kmalloc;23 pub type KVmalloc = Kmalloc;
6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};114 pub type KBox<T> = Box<T, super::allocator::Kmalloc>;
9 allocator::{KVmalloc, Kmalloc, Vmalloc},125 pub type KVec<T> = Vec<T, Kmalloc>;