Searched refs:delta_allocated (Results 1 – 1 of 1) sorted by relevance
2110 int32_t delta_allocated = before_allocated - after_allocated; in TransitionCollector() local2112 if (delta_allocated >= 0) { in TransitionCollector()2113 saved_str = " saved at least " + PrettySize(delta_allocated); in TransitionCollector()2115 saved_str = " expanded " + PrettySize(-delta_allocated); in TransitionCollector()