Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 4 of 4) sorted by relevance

/rust/kernel/
A Dalloc.rs6 pub mod allocator; module
15 pub use self::allocator_test as allocator;
/rust/kernel/alloc/
A Dkbox.rs6 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>;
A Dkvec.rs6 allocator::{KVmalloc, Kmalloc, Vmalloc},
/rust/pin-init/
A DREADME.md36 …table feature]: https://doc.rust-lang.org/nightly/unstable-book/library-features/allocator-api.html

Completed in 21 milliseconds