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