Searched refs:Vmalloc (Results 1 – 4 of 4) sorted by relevance
35 pub struct Vmalloc; struct148 unsafe impl Allocator for Vmalloc { implementation
22 pub type Vmalloc = Kmalloc; typedef
6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};126 pub type VBox<T> = Box<T, super::allocator::Vmalloc>;
9 allocator::{KVmalloc, Kmalloc, Vmalloc},138 pub type VVec<T> = Vec<T, Vmalloc>;