Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.cc326 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() local
341 free_row.count += free_correction.count; in AddAllocation()
342 free_row.size += free_correction.size; in AddAllocation()
Dheap_profile_tracker.h116 free_correction; member