Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DLeakFolding.cpp37 Allocator<SCCInfo>::unique_ptr leak_scc; in ComputeDAG() local
38 leak_scc = scc_allocator.make_unique(scc_allocator); in ComputeDAG()
41 node->ptr->scc = leak_scc.get(); in ComputeDAG()
42 leak_scc->count++; in ComputeDAG()
43 leak_scc->size += node->ptr->range.size(); in ComputeDAG()
46 leak_scc_.emplace_back(std::move(leak_scc)); in ComputeDAG()