Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/allocator/
Dslab.rs7 pub struct Slab { struct
12 impl Slab { implementation
17 pub unsafe fn new(start_addr: usize, slab_size: usize, block_size: usize) -> Slab { in new()