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

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

Completed in 36 milliseconds