Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DTarjan.h64 using SCCList = allocator::vector<SCC<T>>; variable
72 void Execute(Graph<T>& graph, SCCList<T>& out);
80 SCCList<T> components_;
84 void TarjanAlgorithm<T>::Execute(Graph<T>& graph, SCCList<T>& out) { in Execute()
131 void Tarjan(Graph<T>& graph, SCCList<T>& out) { in Tarjan()
DLeakFolding.cpp31 SCCList<LeakInfo> scc_list{allocator_}; in ComputeDAG()