Home | History | Annotate | Download | only in heap

Lines Matching refs:highest_ever_allocated_

1416            address >= highest_ever_allocated_;
1503 ptr = highest_ever_allocated_;
1505 !highest_ever_allocated_.compare_exchange_weak(ptr, high));
1537 std::atomic<Address> highest_ever_allocated_;