Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.cc291 tables::HeapProfileAllocationTable::Row free_row{ in AddAllocation() local
341 free_row.count += free_correction.count; in AddAllocation()
342 free_row.size += free_correction.size; in AddAllocation()
346 tables::HeapProfileAllocationTable::Row free_delta = free_row; in AddAllocation()
373 prev_free = free_row; in AddAllocation()