Searched refs:best_fit_it (Results 1 – 1 of 1) sorted by relevance
621 auto best_fit_it = free_.lower_bound(Chunk{0, size}); in Alloc() local622 while (best_fit_it != free_.end()) { in Alloc()624 const Chunk best = *best_fit_it; in Alloc()629 ++best_fit_it; in Alloc()633 free_.erase(best_fit_it); in Alloc()