HomeSort by relevance Sort by last modified time
    Searched full:leak_scc (Results 1 - 1 of 1) sorted by null

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

Completed in 184 milliseconds