Searched refs:Kmalloc (Results 1 – 5 of 5) 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};77 pub type KBox<T> = Box<T, super::allocator::Kmalloc>;
9 allocator::{KVmalloc, Kmalloc, Vmalloc},120 pub type KVec<T> = Vec<T, Kmalloc>;
114 Kmalloc based example