Searched refs:freeSlotsCount (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 25 milliseconds