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

/system/core/libmemunreachable/
H A DLeakFolding.h48 struct SCCInfo { struct in class:android::LeakFolding
50 Node<SCCInfo> node;
59 SCCInfo* accumulator;
61 explicit SCCInfo(Allocator<SCCInfo> allocator) function in struct:android::LeakFolding::SCCInfo
71 SCCInfo(SCCInfo&&) = delete;
72 DISALLOW_COPY_AND_ASSIGN(SCCInfo);
81 SCCInfo* scc;
91 void AccumulateLeaks(SCCInfo* dominato
[all...]
H A DLeakFolding.cpp34 Allocator<SCCInfo> scc_allocator = allocator_;
37 Allocator<SCCInfo>::unique_ptr leak_scc;
59 void LeakFolding::AccumulateLeaks(SCCInfo* dominator) {
60 std::function<void(SCCInfo*)> walk(std::allocator_arg, allocator_, [&](SCCInfo* scc) {
65 scc->node.Foreach([&](SCCInfo* ref) { walk(ref); });

Completed in 38 milliseconds