Home | History | Annotate | Download | only in allocator

Lines Matching full:unordered_set

1023   // size bracket locks. On host, unordered_set is faster than vector + flag.
1027 std::unordered_set<Run*, hash_run, eq_run> runs;
1147 std::unordered_set<Run*, hash_run, eq_run>::iterator pos = full_runs->find(run);