Home | History | Annotate | Download | only in heap

Lines Matching refs:allocation_observers_

827       : allocation_observers_(new List<AllocationObserver*>()),
846 allocation_observers_->Add(observer);
850 bool removed = allocation_observers_->RemoveElement(observer);
912 std::unique_ptr<List<AllocationObserver*>> allocation_observers_;