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