Searched refs:HISTORY_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
212 const size_t HISTORY_MAX_SIZE = 100; variable
476 if (historyEventRecords_.size() == HISTORY_MAX_SIZE) { in EnqueueHistoryEventRecord()