Searched refs:prev_alloc_it (Results 1 – 1 of 1) sorted by relevance
299 auto prev_alloc_it = sequence_state.prev_alloc.find({upid, callstack_id}); in AddAllocation() local300 if (prev_alloc_it == sequence_state.prev_alloc.end()) { in AddAllocation()301 std::tie(prev_alloc_it, std::ignore) = sequence_state.prev_alloc.emplace( in AddAllocation()306 tables::HeapProfileAllocationTable::Row& prev_alloc = prev_alloc_it->second; in AddAllocation()