Searched refs:Kmalloc (Results 1 – 4 of 4) sorted by relevance
21 pub type Kmalloc = Cmalloc; typedef22 pub type Vmalloc = Kmalloc;23 pub type KVmalloc = Kmalloc;
26 pub struct Kmalloc; struct130 unsafe impl Allocator for Kmalloc { implementation
6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};117 pub type KBox<T> = Box<T, super::allocator::Kmalloc>;
6 allocator::{KVmalloc, Kmalloc, Vmalloc},123 pub type KVec<T> = Vec<T, Kmalloc>;
Completed in 9 milliseconds