Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dzone.rs42 small_slabs: [SCAllocator<'a, ObjectPage<'a>>; ZoneAllocator::MAX_BASE_SIZE_CLASSES],
64 pub const MAX_BASE_SIZE_CLASSES: usize = 9; constant
119 for i in 0..ZoneAllocator::MAX_BASE_SIZE_CLASSES { in try_reclaim_base_pages()
136 for count in 0..ZoneAllocator::MAX_BASE_SIZE_CLASSES { in free_space()