Home
last modified time | relevance | path

Searched refs:KVmalloc (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/alloc/
H A Dallocator.rs49 pub struct KVmalloc; struct
233 unsafe impl Allocator for KVmalloc { implementation
300 let ta = TestAlign::<Blob, KVmalloc>::new()?; in test_alignment()
303 let ta = TestAlign::<LargeAlignBlob, KVmalloc>::new()?; in test_alignment()
H A Dkbox.rs6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc, VmallocPageIter};
142 pub type KVBox<T> = Box<T, super::allocator::KVmalloc>;
H A Dkvec.rs6 allocator::{KVmalloc, Kmalloc, Vmalloc, VmallocPageIter},
152 pub type KVVec<T> = Vec<T, KVmalloc>;