Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.cc141 for (auto it_and_alloc : dead_callstack_allocations_) { in Dump()
148 dead_callstack_allocations_.clear(); in Dump()
176 dead_callstack_allocations_.emplace_back(it, alloc.allocation_count); in Dump()
Dbookkeeping.h381 dead_callstack_allocations_; variable