Home | History | Annotate | Download | only in gc

Lines Matching full:bytes_freed

1543   size_t bytes_freed = num_bytes_freed_revoke_.LoadSequentiallyConsistent();
1544 CHECK_GE(num_bytes_freed_revoke_.FetchAndSubSequentiallyConsistent(bytes_freed),
1545 bytes_freed) << "num_bytes_freed_revoke_ underflow";
1546 CHECK_GE(num_bytes_allocated_.FetchAndSubSequentiallyConsistent(bytes_freed),
1547 bytes_freed) << "num_bytes_allocated_ underflow";
1548 GetCurrentGcIteration()->SetFreedRevoke(bytes_freed);