Searched refs:num_bytes_alive_after_gc_ (Results 1 – 2 of 2) sorted by relevance
364 num_bytes_alive_after_gc_(0), in Heap()1564 UnsignedDifference(GetBytesAllocated(), num_bytes_alive_after_gc_); in DoPendingCollectorTransition()1567 num_bytes_alive_after_gc_)/4) in DoPendingCollectorTransition()3843 num_bytes_alive_after_gc_ = UnsignedDifference(bytes_allocated_before_gc, freed_bytes); in GrowForUtilization()
1533 size_t num_bytes_alive_after_gc_; variable