Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dallocator.rs44 pub struct KVmalloc; struct
173 unsafe impl Allocator for KVmalloc { implementation
H A Dallocator_test.rs23 pub type KVmalloc = Kmalloc; typedef