Home | History | Annotate | Download | only in src

Lines Matching refs:counters_in_use_

985   counters_in_use_ = 0;
990 if (counters_in_use_ == kMaxCounters) return NULL;
991 return &counters_[counters_in_use_++];