Searched refs:non_full_runs (Results 1 – 1 of 1) sorted by relevance
792 auto* non_full_runs = &non_full_runs_[idx]; in FreeFromRun() local795 std::set<Run*>::iterator pos = non_full_runs->find(run); in FreeFromRun()796 if (pos != non_full_runs->end()) { in FreeFromRun()797 non_full_runs->erase(pos); in FreeFromRun()819 auto pos = non_full_runs->find(run); in FreeFromRun()820 if (pos == non_full_runs->end()) { in FreeFromRun()830 non_full_runs->insert(run); in FreeFromRun()1133 auto* non_full_runs = &non_full_runs_[idx]; in BulkFree() local1141 DCHECK(non_full_runs->find(run) == non_full_runs->end()); in BulkFree()1160 DCHECK(non_full_runs->find(run) != non_full_runs->end()); in BulkFree()[all …]