Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DLeakFolding.h26 leak_map_(allocator), leak_graph_(allocator), leak_scc_(allocator) {} in LeakFolding()
85 Graph<LeakInfo> leak_graph_; variable
DLeakFolding.cpp30 Tarjan(leak_graph_, scc_list); in ComputeDAG()
83 leak_graph_.push_back(&leak.node); in FoldLeaks()