Searched refs:cumulative_bytes_moved_ (Results 1 – 2 of 2) sorted by relevance
308 Atomic<uint64_t> cumulative_bytes_moved_; variable
1752 cumulative_bytes_moved_.FetchAndAddRelaxed(to_bytes); in ReclaimPhase()2686 os << "Cumulative bytes moved " << cumulative_bytes_moved_.LoadRelaxed() << "\n"; in DumpPerformanceInfo()