Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.h181 for (const auto& addr_and_allocation : allocations_) { in GetAllocations() local
182 const Allocation& alloc = addr_and_allocation.second; in GetAllocations()
183 fn(addr_and_allocation.first, alloc.sample_size, alloc.alloc_size, in GetAllocations()