Searched refs:old_target (Results 1 – 1 of 1) sorted by relevance
399 size_t old_target = target_footprint_.load(std::memory_order_relaxed); in IsOutOfMemoryOnAllocation() local405 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()