Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.h349 auto callstack_allocations_it = callstack_allocations_.find(node); in MaybeCreateCallstackAllocations() local
350 if (callstack_allocations_it == callstack_allocations_.end()) { in MaybeCreateCallstackAllocations()
353 std::tie(callstack_allocations_it, inserted) = in MaybeCreateCallstackAllocations()
357 return &callstack_allocations_it->second; in MaybeCreateCallstackAllocations()