Searched refs:KVmalloc (Results 1 – 4 of 4) sorted by relevance
44 pub struct KVmalloc; struct172 unsafe impl Allocator for KVmalloc { implementation
23 pub type KVmalloc = Kmalloc; typedef
6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};138 pub type KVBox<T> = Box<T, super::allocator::KVmalloc>;
9 allocator::{KVmalloc, Kmalloc, Vmalloc},151 pub type KVVec<T> = Vec<T, KVmalloc>;