Searched defs:bins_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc2101 std::multimap<size_t, uintptr_t> bins_; member in class:art::gc::FINAL
2121 bins_.insert(std::make_pair(size, position));
2138 auto it = bins_.lower_bound(alloc_size);
2139 if (it == bins_.end()) {
2153 bins_.erase(it); // Erase the old bin which we replace with the new smaller bin.

Completed in 70 milliseconds