Searched refs:callstack_allocations_it (Results 1 – 1 of 1) sorted by relevance
349 auto callstack_allocations_it = callstack_allocations_.find(node); in MaybeCreateCallstackAllocations() local350 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()