Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/alloc/
H A Dallocator_test.rs19 pub struct Cmalloc; struct
21 pub type Kmalloc = Cmalloc;
37 unsafe impl Allocator for Cmalloc { implementation