Searched refs:insertion_it (Results 1 – 1 of 1) sorted by relevance
86 auto insertion_it = ordered_allocs_.begin(); in Allocate() local87 while (insertion_it != ordered_allocs_.end() && *insertion_it < *new_alloc) { in Allocate()88 ++insertion_it; in Allocate()90 ordered_allocs_.insert(insertion_it, *new_alloc); in Allocate()