Searched refs:heap_walker_ (Results 1 – 3 of 3) sorted by relevance
/system/memory/libmemunreachable/ |
D | MemUnreachable.cpp | 56 : pid_(pid), allocator_(allocator), heap_walker_(allocator_) {} in MemUnreachable() 62 size_t Allocations() { return heap_walker_.Allocations(); } in Allocations() 63 size_t AllocationBytes() { return heap_walker_.AllocationBytes(); } in AllocationBytes() 74 HeapWalker heap_walker_; member in android::MemUnreachable 93 heap_walker_.Mapping(it->begin, it->end); in CollectAllocations() 107 [&](uintptr_t base, size_t size) { heap_walker_.Allocation(base, base + size); }); in CollectAllocations() 112 heap_walker_.Allocation(it->begin, it->end); in CollectAllocations() 117 heap_walker_.Root(it->begin, it->end); in CollectAllocations() 124 heap_walker_.Root(thread_it->stack.first, it->end); in CollectAllocations() 127 heap_walker_.Root(thread_it->regs); in CollectAllocations() [all …]
|
D | LeakFolding.h | 28 heap_walker_(heap_walker), in LeakFolding() 46 HeapWalker& heap_walker_; variable
|
D | LeakFolding.cpp | 75 heap_walker_.ForEachAllocation([&](const Range& range, HeapWalker::AllocationInfo& allocation) { in FoldLeaks() 87 heap_walker_.ForEachPtrInRange(leak.range, in FoldLeaks()
|