Searched refs:alloc_correction (Results 1 – 2 of 2) sorted by relevance
325 sequence_state.alloc_correction[alloc.callstack_id] = prev_alloc; in AddAllocation()330 sequence_state.alloc_correction.find(alloc.callstack_id); in AddAllocation()331 if (alloc_correction_it != sequence_state.alloc_correction.end()) { in AddAllocation()332 const auto& alloc_correction = alloc_correction_it->second; in AddAllocation() local333 alloc_row.count += alloc_correction.count; in AddAllocation()334 alloc_row.size += alloc_correction.size; in AddAllocation()
113 alloc_correction; member