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

/haiku/src/system/kernel/slab/
H A DSlab.cpp544 analyze_allocation_callers(ObjectCache* cache, slab* slab, function
559 analyze_allocation_callers(ObjectCache* cache, const SlabList& slabList, function
564 if (!analyze_allocation_callers(cache, slab, callback))
573 analyze_allocation_callers(ObjectCache* cache, function
576 return analyze_allocation_callers(cache, cache->full, callback)
577 && analyze_allocation_callers(cache, cache->partial, callback);
673 if (!analyze_allocation_callers(cache, slab, callback))
676 if (!analyze_allocation_callers(cache, callback))
691 if (!analyze_allocation_callers(it.Next(), callback))
755 if (!analyze_allocation_callers(cach
[all...]
/haiku/src/system/kernel/
H A Dheap.cpp700 analyze_allocation_callers(heap_allocator *heap) function
805 if (!analyze_allocation_callers(heap))
809 if (!analyze_allocation_callers(sHeaps[heapIndex]))

Completed in 67 milliseconds