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

/haiku/src/system/kernel/
H A Dheap.cpp81 #define MAX_BIN_COUNT 31 // depends on the size of the bin_index field macro
1165 + sizeof(heap_bin) * MAX_BIN_COUNT);
1187 if (heap->bin_count >= MAX_BIN_COUNT)

Completed in 31 milliseconds