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

/haiku/src/system/kernel/
H A Dheap.cpp190 static heap_allocator *sHeaps[HEAP_CLASS_COUNT * SMP_MAX_CPUS]; variable
410 dump_allocator(sHeaps[i], !stats, !stats);
443 heap_allocator *heap = sHeaps[heapIndex];
563 heap_allocator *heap = sHeaps[heapIndex];
809 if (!analyze_allocation_callers(sHeaps[heapIndex]))
1924 heap_allocator *heap = sHeaps[heapIndex];
1978 heap_allocator *heap = sHeaps[i];
2040 sHeaps[i] = heap_create_allocator(sHeapClasses[i].name, base, partSize,
2189 sHeaps[heapIndex] = heap_create_allocator(sHeapClasses[j].name,
2290 heap_allocator *heap = sHeaps[heapInde
[all...]
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp205 static heap_allocator *sHeaps[HEAP_CLASS_COUNT]; variable
284 heap_allocator *heap = sHeaps[classIndex];
375 heap_allocator *heap = sHeaps[classIndex];
1708 heap_validate_heap(sHeaps[i]);
1716 dump_allocator(sHeaps[i], dumpAreas, dumpBins);
1774 heap_allocator *heap = sHeaps[i];
1824 sHeaps[i] = heap_create_allocator(sHeapClasses[i].name, base, partSize,
1889 heap_allocator *heap = sHeaps[heapClass];
1926 heap_allocator *heap = sHeaps[i];
1968 heap_allocator *heap = sHeaps[
[all...]

Completed in 27 milliseconds