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