Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/alloc/
Dallocator.rs35 pub struct Vmalloc; struct
147 unsafe impl Allocator for Vmalloc { implementation
Dallocator_test.rs22 pub type Vmalloc = Kmalloc; typedef