Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dlib.rs79 unsafe fn refill( in refill() method
H A Dzone.rs189 unsafe fn refill( in refill() method
196 self.small_slabs[idx].refill(new_page); in refill()
H A Dsc.rs245 pub unsafe fn refill(&mut self, page: &'a mut P) { in refill() method
/DragonOS/kernel/src/mm/allocator/
H A Dslab.rs40 .refill(layout, leaked_page) in allocate()