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

/haiku/src/system/kernel/
H A Dheap.cpp1882 heap_index_for(size_t size, int32 cpu) function
1923 uint32 heapIndex = heap_index_for(size, cpuNumber++ % cpuCount);
2289 uint32 heapIndex = heap_index_for(size, cpuNumber++ % cpuCount);
2307 uint32 heapIndex = heap_index_for(size, smp_get_current_cpu());

Completed in 54 milliseconds