Searched refs:bin_count (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp118 uint16 allocation_id; // used for bin == bin_count allocations
135 uint32 bin_count; member in struct:heap_allocator_s
239 for (uint32 i = 0; i < heap->bin_count; i++)
265 printf("allocator %p: name: %s; page_size: %" B_PRIu32 "; bin_count: %"
268 heap->bin_count, heap->total_pages, heap->total_free_pages,
296 if (page->bin_index < heap->bin_count) {
337 == heap->bin_count
377 for (uint32 i = 0; i < heap->bin_count; i++)
391 if (page->bin_index < heap->bin_count) {
437 == heap->bin_count
[all...]
/haiku/src/system/kernel/
H A Dheap.cpp93 uint16 allocation_id; // used for bin == bin_count allocations
112 uint32 bin_count; member in struct:heap_allocator_s
341 for (uint32 i = 0; i < heap->bin_count; i++)
367 kprintf("allocator %p: name: %s; page_size: %" B_PRIu32 "; bin_count: "
370 heap->bin_count, heap->total_pages, heap->total_free_pages,
467 if (page->bin_index < heap->bin_count) {
501 == heap->bin_count
575 if (page->bin_index < heap->bin_count) {
620 == heap->bin_count
712 if (page->bin_index < heap->bin_count) {
[all...]

Completed in 47 milliseconds