Searched refs:bin_alignment (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/
H A Dheap.h49 size_t bin_alignment; member in struct:heap_class_s
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp165 size_t bin_alignment; member in struct:heap_class_s
803 binSize = (heap->page_size / count) & ~(heapClass->bin_alignment - 1);
/haiku/src/system/kernel/
H A Dheap.cpp1190 binSize = (heap->page_size / count) & ~(heapClass->bin_alignment - 1);

Completed in 46 milliseconds