Searched refs:Vmalloc (Results 1 – 5 of 5) sorted by relevance
35 pub struct Vmalloc; struct147 unsafe impl Allocator for Vmalloc { implementation
22 pub type Vmalloc = Kmalloc; typedef
6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};89 pub type VBox<T> = Box<T, super::allocator::Vmalloc>;
9 allocator::{KVmalloc, Kmalloc, Vmalloc},133 pub type VVec<T> = Vec<T, Vmalloc>;
3580 Vmalloc'ed Buffers