Home
last modified time | relevance | path

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

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