Lines Matching refs:num_bytes_allocated_
189 num_bytes_allocated_(0), in Heap()
551 num_bytes_allocated_.StoreRelaxed(0); in Heap()
1609 if (UNLIKELY(static_cast<size_t>(num_bytes_allocated_.LoadRelaxed()) < 10 * KB)) { in VerifyObjectBody()
1637 DCHECK_LE(freed_bytes, static_cast<int64_t>(num_bytes_allocated_.LoadRelaxed())); in RecordFree()
1639 num_bytes_allocated_.FetchAndSubSequentiallyConsistent(static_cast<ssize_t>(freed_bytes)); in RecordFree()
1659 CHECK_GE(num_bytes_allocated_.FetchAndSubSequentiallyConsistent(bytes_freed), in RecordFreeRevoke()
2101 uint32_t before_allocated = num_bytes_allocated_.LoadSequentiallyConsistent(); in TransitionCollector()
2236 int32_t after_allocated = num_bytes_allocated_.LoadSequentiallyConsistent(); in TransitionCollector()
3823 CHECK_GE(num_bytes_allocated_.LoadRelaxed(), num_bytes_freed_revoke_.LoadRelaxed()); in RevokeThreadLocalBuffers()
3839 CHECK_GE(num_bytes_allocated_.LoadRelaxed(), num_bytes_freed_revoke_.LoadRelaxed()); in RevokeRosAllocThreadLocalBuffers()
3849 CHECK_GE(num_bytes_allocated_.LoadRelaxed(), num_bytes_freed_revoke_.LoadRelaxed()); in RevokeAllThreadLocalBuffers()