Home | History | Annotate | Download | only in space

Lines Matching refs:cleared_bytes

417 void RegionSpace::ClearFromSpace(/* out */ uint64_t* cleared_bytes,
420 DCHECK(cleared_bytes != nullptr);
422 *cleared_bytes = 0;
521 *cleared_bytes += r->BytesAllocated();
528 *cleared_bytes += r->BytesAllocated();