Searched refs:maxRangeSize (Results 1 – 1 of 1) sorted by relevance
70 size_t *maxRangeSize = &sc.m_statData->m_maxRangeSize; in RangeStatisticCollector() local71 if (*maxRangeSize < rangeSize) { // if maximum is not an actual maximum in RangeStatisticCollector()72 *maxRangeSize = rangeSize; in RangeStatisticCollector()