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.h462 int64_t num_bytes_allocated_before_gc_; variable
Dconcurrent_copying.cc122 num_bytes_allocated_before_gc_(0) { in ConcurrentCopying()
374 num_bytes_allocated_before_gc_ = static_cast<int64_t>(heap_->GetBytesAllocated()); in InitializePhase()
2688 float reclaimed_bytes_ratio = static_cast<float>(freed_bytes) / num_bytes_allocated_before_gc_; in ReclaimPhase()