Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/malloc/debug/
H A Dheap.cpp616 uint32 freeSlotsCount = 0; in heap_validate_heap() local
628 freeSlotsCount++; in heap_validate_heap()
637 freeSlotsCount += (slotCount - page->empty_index); in heap_validate_heap()
638 if (freeSlotsCount > slotCount) in heap_validate_heap()
/haiku/src/system/kernel/
H A Dheap.cpp980 uint32 freeSlotsCount = 0; in heap_validate_heap() local
992 freeSlotsCount++; in heap_validate_heap()
1001 freeSlotsCount += (slotCount - page->empty_index); in heap_validate_heap()
1002 if (freeSlotsCount > slotCount) in heap_validate_heap()