Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h432 size_t old_target = target_footprint_.load(std::memory_order_relaxed); in IsOutOfMemoryOnAllocation()
448 if (target_footprint_.compare_exchange_weak(/*inout ref*/old_target, new_footprint, in IsOutOfMemoryOnAllocation()
Dheap.h595 return UnsignedDifference(target_footprint_.load(std::memory_order_relaxed), in GetFreeMemoryUntilGC()
1203 return target_footprint_.load(std::memory_order_relaxed) / 8 + max_free_; in NativeAllocationGcWatermark()
1359 Atomic<size_t> target_footprint_; variable