Searched refs:to_bytes (Results 1 – 2 of 2) sorted by relevance
259 const int64_t to_bytes = bytes_moved_; in MarkingPhase() local265 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes)); in MarkingPhase()
1313 uint64_t to_bytes = bytes_moved_.LoadSequentiallyConsistent(); in ReclaimPhase() local1320 CHECK_LE(to_bytes, from_bytes); in ReclaimPhase()1321 int64_t freed_bytes = from_bytes - to_bytes; in ReclaimPhase()1327 << " to_bytes=" << to_bytes << " to_objects=" << to_objects in ReclaimPhase()