Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dsc.rs49 pub struct SCAllocator<'a, P: AllocablePage> { struct
64 /// Maximum free objects num for this `SCAllocator`. argument
73 SCAllocator { argument
87 impl<'a, P: AllocablePage> SCAllocator<'a, P> { impl