Home
last modified time | relevance | path

Searched refs:Kmalloc (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/rust/kernel/alloc/
H A Dallocator_test.rs21 pub type Kmalloc = Cmalloc; typedef
22 pub type Vmalloc = Kmalloc;
23 pub type KVmalloc = Kmalloc;
H A Dallocator.rs26 pub struct Kmalloc; struct
130 unsafe impl Allocator for Kmalloc { implementation
H A Dkbox.rs6 use super::allocator::{KVmalloc, Kmalloc, Vmalloc};
77 pub type KBox<T> = Box<T, super::allocator::Kmalloc>;
H A Dkvec.rs9 allocator::{KVmalloc, Kmalloc, Vmalloc},
120 pub type KVec<T> = Vec<T, Kmalloc>;
/linux-6.15/Documentation/driver-api/
H A Dmtdnand.rst114 Kmalloc based example