Searched refs:non_full_runs (Results 1 – 1 of 1) sorted by relevance
788 auto* non_full_runs = &non_full_runs_[idx]; in FreeFromRun() local791 std::set<Run*>::iterator pos = non_full_runs->find(run); in FreeFromRun()792 if (pos != non_full_runs->end()) { in FreeFromRun()793 non_full_runs->erase(pos); in FreeFromRun()815 auto pos = non_full_runs->find(run); in FreeFromRun()816 if (pos == non_full_runs->end()) { in FreeFromRun()826 non_full_runs->insert(run); in FreeFromRun()1129 auto* non_full_runs = &non_full_runs_[idx]; in BulkFree() local1137 DCHECK(non_full_runs->find(run) == non_full_runs->end()); in BulkFree()1156 DCHECK(non_full_runs->find(run) != non_full_runs->end()); in BulkFree()[all …]