Searched refs:binIndex (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/kernel/
H A Dheap.cpp1436 heap_allocate_from_bin(heap_allocator *heap, uint32 binIndex, size_t size) argument
1438 heap_bin *bin = &heap->bins[binIndex];
1440 heap, size, binIndex, bin->element_size));
1468 page->bin_index = binIndex;
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp1045 heap_allocate_from_bin(heap_allocator *heap, uint32 binIndex, size_t size) argument
1047 heap_bin *bin = &heap->bins[binIndex];
1050 heap, size, binIndex, bin->element_size));
1078 page->bin_index = binIndex;

Completed in 39 milliseconds