Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/allocator/
H A Dslab.rs15 static SLAB_CALLBACK: SlabCallback = SlabCallback;
89 pub struct SlabCallback; struct
90 impl CallBack for SlabCallback { implementation