Home
last modified time | relevance | path

Searched refs:num_bytes_allocated_before_gc_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.h475 int64_t num_bytes_allocated_before_gc_; variable
Dconcurrent_copying.cc120 num_bytes_allocated_before_gc_(0) { in ConcurrentCopying()
372 num_bytes_allocated_before_gc_ = static_cast<int64_t>(heap_->GetBytesAllocated()); in InitializePhase()
2725 float reclaimed_bytes_ratio = static_cast<float>(freed_bytes) / num_bytes_allocated_before_gc_; in ReclaimPhase()