Searched refs:to_bytes (Results 1 – 2 of 2) sorted by relevance
208 const int64_t to_bytes = bytes_moved_; in MarkingPhase() local214 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
2724 uint64_t to_bytes = bytes_moved_.load(std::memory_order_relaxed) + bytes_moved_gc_thread_; in ReclaimPhase() local2725 cumulative_bytes_moved_.fetch_add(to_bytes, std::memory_order_relaxed); in ReclaimPhase()2736 copied_live_bytes_ratio_sum_ += static_cast<float>(to_bytes) / from_bytes; in ReclaimPhase()2753 int64_t freed_bytes = (int64_t)cleared_bytes - (int64_t)to_bytes; in ReclaimPhase()2760 << " to_bytes=" << to_bytes << " to_objects=" << to_objects in ReclaimPhase()