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

/haiku/src/system/kernel/
H A Dheap.cpp442 for (uint32 heapIndex = 0; heapIndex < sHeapCount; heapIndex++) {
443 heap_allocator *heap = sHeaps[heapIndex];
562 for (uint32 heapIndex = 0; heapIndex < sHeapCount; heapIndex++) {
563 heap_allocator *heap = sHeaps[heapIndex];
808 for (uint32 heapIndex = 0; heapIndex < sHeapCoun
1923 uint32 heapIndex = heap_index_for(size, cpuNumber++ % cpuCount); local
2187 int32 heapIndex = i * HEAP_CLASS_COUNT + j; local
2289 uint32 heapIndex = heap_index_for(size, cpuNumber++ % cpuCount); local
2307 uint32 heapIndex = heap_index_for(size, smp_get_current_cpu()); local
[all...]

Completed in 26 milliseconds