Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dsc.rs53 pub(crate) allocation_count: usize, field
70 allocation_count: 0,
199 self.allocation_count += 1; in try_allocate_from_pagelist()
207 if self.allocation_count > SCAllocator::<P>::REBALANCE_COUNT { in try_allocate_from_pagelist()
209 self.allocation_count = 0; in try_allocate_from_pagelist()