Searched refs:empty_index (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/kernel/ |
H A D | heap.cpp | 92 uint16 empty_index; member 317 page->free_count, page->empty_index, page->free_list, count, in dump_page() 469 uint32 elementCount = page->empty_index; in dump_allocations() 577 uint32 elementCount = page->empty_index; in dump_allocations() 714 uint32 elementCount = page->empty_index; in analyze_allocation_callers() 996 if (page->empty_index > slotCount) { in heap_validate_heap() 998 page->empty_index, slotCount); in heap_validate_heap() 1001 freeSlotsCount += (slotCount - page->empty_index); in heap_validate_heap() 1470 page->empty_index = 0; in heap_allocate_from_bin() 1485 + page->empty_index * bin->element_size); in heap_allocate_from_bin() [all …]
|
/haiku/src/system/libroot/posix/malloc/debug/ |
H A D | heap.cpp | 117 uint16 empty_index; member 220 page->free_count, page->empty_index, page->free_list, count, in dump_page() 298 uint32 elementCount = page->empty_index; in dump_allocations() 393 uint32 elementCount = page->empty_index; in heap_validate_walls() 632 if (page->empty_index > slotCount) { in heap_validate_heap() 634 page->empty_index, slotCount); in heap_validate_heap() 637 freeSlotsCount += (slotCount - page->empty_index); in heap_validate_heap() 1080 page->empty_index = 0; in heap_allocate_from_bin() 1095 + page->empty_index * bin->element_size); in heap_allocate_from_bin() 1096 page->empty_index++; in heap_allocate_from_bin()
|