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

/haiku/src/system/kernel/
H A Dheap.cpp104 } heap_bin; typedef in typeref:struct:heap_bin_s
123 heap_bin * bins;
323 dump_bin(heap_bin *bin)
935 heap_bin *bin = &heap->bins[i];
1165 + sizeof(heap_bin) * MAX_BIN_COUNT);
1177 heap->bins = (heap_bin *)((addr_t)heap + sizeof(heap_allocator));
1196 heap_bin *bin = &heap->bins[heap->bin_count];
1205 base += heap->bin_count * sizeof(heap_bin);
1206 size -= heap->bin_count * sizeof(heap_bin);
1438 heap_bin *bi
[all...]
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp128 } heap_bin; typedef in typeref:struct:heap_bin_s
142 heap_bin * bins;
226 dump_bin(heap_bin *bin)
568 heap_bin *bin = &heap->bins[i];
794 heap->bins = (heap_bin *)base;
809 heap_bin *bin = &heap->bins[heap->bin_count];
817 base += heap->bin_count * sizeof(heap_bin);
818 size -= heap->bin_count * sizeof(heap_bin);
1047 heap_bin *bin = &heap->bins[binIndex];
1223 heap_bin *bi
[all...]

Completed in 61 milliseconds