Searched refs:freeSlotsCount (Results 1 – 2 of 2) sorted by relevance
616 uint32 freeSlotsCount = 0; in heap_validate_heap() local628 freeSlotsCount++; in heap_validate_heap()637 freeSlotsCount += (slotCount - page->empty_index); in heap_validate_heap()638 if (freeSlotsCount > slotCount) in heap_validate_heap()
980 uint32 freeSlotsCount = 0; in heap_validate_heap() local992 freeSlotsCount++; in heap_validate_heap()1001 freeSlotsCount += (slotCount - page->empty_index); in heap_validate_heap()1002 if (freeSlotsCount > slotCount) in heap_validate_heap()