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

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

Completed in 47 milliseconds