Searched refs:refill (Results 1 – 4 of 4) sorted by relevance
79 unsafe fn refill( in refill() method
189 unsafe fn refill( in refill() method196 self.small_slabs[idx].refill(new_page); in refill()
245 pub unsafe fn refill(&mut self, page: &'a mut P) { in refill() method
40 .refill(layout, leaked_page) in allocate()