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

/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp142 heap_bin * bins; member in struct:heap_allocator_s
240 dump_bin(&heap->bins[i]);
263 dump_allocator(heap_allocator *heap, bool areas, bool bins) argument
273 if (bins)
300 = heap->bins[page->bin_index].element_size;
378 mutex_lock(&heap->bins[i].lock);
395 = heap->bins[page->bin_index].element_size;
473 mutex_unlock(&heap->bins[i].lock);
483 mutex_lock(&heap->bins[i].lock);
566 // validate the bins
[all...]
/haiku/src/system/kernel/
H A Dheap.cpp123 heap_bin * bins; member in struct:heap_allocator_s
342 dump_bin(&heap->bins[i]);
365 dump_allocator(heap_allocator *heap, bool areas, bool bins) argument
375 if (bins)
471 = heap->bins[page->bin_index].element_size;
579 = heap->bins[page->bin_index].element_size;
715 size_t elementSize = heap->bins[page->bin_index].element_size;
853 mutex_lock(&heap->bins[i].lock);
933 // validate the bins
935 heap_bin *bin = &heap->bins[
[all...]

Completed in 40 milliseconds