Home
last modified time | relevance | path

Searched defs:Kmalloc (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/alloc/
H A Dallocator.rs26 pub struct Kmalloc; struct
115 impl Kmalloc { impl
130 unsafe impl Allocator for Kmalloc { implementation
H A Dallocator_test.rs21 pub type Kmalloc = Cmalloc; typedef