Searched refs:allocator (Results 1 – 4 of 4) sorted by relevance
6 pub mod allocator; module15 pub use self::allocator_test as allocator;
6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};117 pub type KBox<T> = Box<T, super::allocator::Kmalloc>;129 pub type VBox<T> = Box<T, super::allocator::Vmalloc>;141 pub type KVBox<T> = Box<T, super::allocator::KVmalloc>;
6 allocator::{KVmalloc, Kmalloc, Vmalloc},
36 …table feature]: https://doc.rust-lang.org/nightly/unstable-book/library-features/allocator-api.html
Completed in 21 milliseconds