Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DTarjan.h61 using SCC = allocator::vector<Node<T>*>; variable
64 using SCCList = allocator::vector<SCC<T>>;
118 SCC<T> component{components_.get_allocator()}; in Tarjan()