Home | History | Annotate | Download | only in heap

Lines Matching refs:allocation_trackers_

500   if (allocation_trackers_.empty()) DisableInlineAllocation();
501 allocation_trackers_.push_back(tracker);
506 allocation_trackers_.erase(std::remove(allocation_trackers_.begin(),
507 allocation_trackers_.end(), tracker),
508 allocation_trackers_.end());
509 if (allocation_trackers_.empty()) EnableInlineAllocation();
3078 for (auto& tracker : allocation_trackers_) {