Searched refs:current_counter (Results 1 – 1 of 1) sorted by relevance
1060 size_t current_counter = heap_->OldGenerationAllocationCounter(); in StepSizeToKeepUpWithAllocations() local1061 bytes_allocated_ += current_counter - old_generation_allocation_counter_; in StepSizeToKeepUpWithAllocations()1062 old_generation_allocation_counter_ = current_counter; in StepSizeToKeepUpWithAllocations()