Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.cc90 pending_operations_.emplace(sequence_number, operation); in RecordOperation()
98 auto it = pending_operations_.begin(); in RecordOperation()
99 while (it != pending_operations_.end() && in RecordOperation()
102 it = pending_operations_.erase(it); in RecordOperation()
Dbookkeeping.h393 pending_operations_; variable