Home
last modified time | relevance | path

Searched refs:old_target (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap-inl.h399 size_t old_target = target_footprint_.load(std::memory_order_relaxed); in IsOutOfMemoryOnAllocation() local
405 if (UNLIKELY(new_footprint <= old_target)) { in IsOutOfMemoryOnAllocation()
415 if (target_footprint_.compare_exchange_weak(/*inout ref*/old_target, new_footprint, in IsOutOfMemoryOnAllocation()
417 VlogHeapGrowth(old_target, new_footprint, alloc_size); in IsOutOfMemoryOnAllocation()