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