Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DLeakFolding.cpp35 Allocator<SCCInfo>::unique_ptr leak_scc; in ComputeDAG() local
36 leak_scc = scc_allocator.make_unique(scc_allocator); in ComputeDAG()
39 node->ptr->scc = leak_scc.get(); in ComputeDAG()
40 leak_scc->count++; in ComputeDAG()
41 leak_scc->size += node->ptr->range.size(); in ComputeDAG()
44 leak_scc_.emplace_back(std::move(leak_scc)); in ComputeDAG()