Home
last modified time | relevance | path

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

/rust/kernel/alloc/
Dallocator_test.rs19 pub struct Cmalloc; struct
21 pub type Kmalloc = Cmalloc;
25 impl Cmalloc { implementation
48 unsafe impl Allocator for Cmalloc { implementation