Searched refs:slotCount (Results 1 - 2 of 2) sorted by path

/haiku/src/system/kernel/
H A Dheap.cpp995 uint32 slotCount = bin->max_free_count; local
996 if (page->empty_index > slotCount) {
998 page->empty_index, slotCount);
1001 freeSlotsCount += (slotCount - page->empty_index);
1002 if (freeSlotsCount > slotCount)
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp631 uint32 slotCount = bin->max_free_count; local
632 if (page->empty_index > slotCount) {
634 page->empty_index, slotCount);
637 freeSlotsCount += (slotCount - page->empty_index);
638 if (freeSlotsCount > slotCount)

Completed in 97 milliseconds