Searched refs:orig_target_footprint (Results 1 – 1 of 1) sorted by relevance
981 size_t orig_target_footprint = target_footprint_.load(std::memory_order_relaxed); in GrowHeapOnJankPerceptibleSwitch() local982 if (orig_target_footprint < min_foreground_target_footprint_) { in GrowHeapOnJankPerceptibleSwitch()983 target_footprint_.compare_exchange_strong(orig_target_footprint, in GrowHeapOnJankPerceptibleSwitch()