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

/system/core/libmemunreachable/
H A DLeakFolding.h26 leak_map_(allocator), leak_graph_(allocator), leak_scc_(allocator) {}
85 Graph<LeakInfo> leak_graph_; member in class:LeakFolding
H A DLeakFolding.cpp30 Tarjan(leak_graph_, scc_list);
75 // Find all leaked allocations insert them into leak_map_ and leak_graph_
83 leak_graph_.push_back(&leak.node);
87 // Find references between leaked allocations and connect them in leak_graph_

Completed in 44 milliseconds