Searched refs:sHeapCount (Results 1 - 1 of 1) sorted by path

/haiku/src/system/kernel/
H A Dheap.cpp189 static uint32 sHeapCount; variable
409 for (uint32 i = 0; i < sHeapCount; i++)
442 for (uint32 heapIndex = 0; heapIndex < sHeapCount; heapIndex++) {
562 for (uint32 heapIndex = 0; heapIndex < sHeapCount; heapIndex++) {
808 for (uint32 heapIndex = 0; heapIndex < sHeapCount; heapIndex++) {
1895 return (index + cpu * HEAP_CLASS_COUNT) % sHeapCount;
1920 (int32)sHeapCount / HEAP_CLASS_COUNT);
1977 for (uint32 i = 0; i < sHeapCount; i++) {
2044 sHeapCount++;
2194 sHeapCount
[all...]

Completed in 62 milliseconds