Searched refs:Vmalloc (Results 1 – 4 of 4) 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};129 pub type VBox<T> = Box<T, super::allocator::Vmalloc>;
6 allocator::{KVmalloc, Kmalloc, Vmalloc},136 pub type VVec<T> = Vec<T, Vmalloc>;
Completed in 8 milliseconds