Searched refs:after_allocated (Results 1 – 1 of 1) sorted by relevance
2235 int32_t after_allocated = num_bytes_allocated_.LoadSequentiallyConsistent(); in TransitionCollector() local2236 int32_t delta_allocated = before_allocated - after_allocated; in TransitionCollector()