Home | History | Annotate | Download | only in collector

Lines Matching refs:cleared_bytes

2655     uint64_t cleared_bytes;
2659 region_space_->ClearFromSpace(&cleared_bytes, &cleared_objects, /*clear_bitmap*/ !young_gen_);
2660 // `cleared_bytes` and `cleared_objects` may be greater than the from space equivalents since
2662 CHECK_GE(cleared_bytes, from_bytes);
2667 int64_t freed_bytes = (int64_t)cleared_bytes - (int64_t)to_bytes;