Home | History | Annotate | Download | only in allocator

Lines Matching full:higher_it

354     auto higher_it = free_page_runs_.upper_bound(fpr);
355 if (higher_it != free_page_runs_.end()) {
356 for (auto it = higher_it; it != free_page_runs_.end(); ) {