Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/alloc/
Dallocator.rs26 pub struct Kmalloc; struct
129 unsafe impl Allocator for Kmalloc { implementation
Dallocator_test.rs21 pub type Kmalloc = Cmalloc; typedef