Searched refs:non_full_runs (Results 1 – 1 of 1) sorted by relevance
785 auto* non_full_runs = &non_full_runs_[idx]; in FreeFromRun() local788 std::set<Run*>::iterator pos = non_full_runs->find(run); in FreeFromRun()789 if (pos != non_full_runs->end()) { in FreeFromRun()790 non_full_runs->erase(pos); in FreeFromRun()812 auto pos = non_full_runs->find(run); in FreeFromRun()813 if (pos == non_full_runs->end()) { in FreeFromRun()823 non_full_runs->insert(run); in FreeFromRun()1126 auto* non_full_runs = &non_full_runs_[idx]; in BulkFree() local1134 DCHECK(non_full_runs->find(run) == non_full_runs->end()); in BulkFree()1153 DCHECK(non_full_runs->find(run) != non_full_runs->end()); in BulkFree()[all …]