Searched refs:free_correction (Results 1 – 2 of 2) sorted by relevance
326 sequence_state.free_correction[alloc.callstack_id] = prev_free; in AddAllocation()338 sequence_state.free_correction.find(alloc.callstack_id); in AddAllocation()339 if (free_correction_it != sequence_state.free_correction.end()) { in AddAllocation()340 const auto& free_correction = free_correction_it->second; in AddAllocation() local341 free_row.count += free_correction.count; in AddAllocation()342 free_row.size += free_correction.size; in AddAllocation()
116 free_correction; member