Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DLeakFolding.cpp29 SCCList<LeakInfo> scc_list{allocator_}; in ComputeDAG() local
30 Tarjan(leak_graph_, scc_list); in ComputeDAG()
34 for (auto& scc_nodes: scc_list) { in ComputeDAG()