Home | History | Annotate | Download | only in collector

Lines Matching refs:to_bytes

1674     uint64_t to_bytes = bytes_moved_.LoadSequentiallyConsistent();
1675 cumulative_bytes_moved_.FetchAndAddRelaxed(to_bytes);
1683 CHECK_LE(to_bytes, from_bytes);
1694 int64_t freed_bytes = cleared_bytes - to_bytes;
1700 << " to_bytes=" << to_bytes << " to_objects=" << to_objects