Home | History | Annotate | Download | only in gc

Lines Matching refs:num_bytes_allocated_

162       num_bytes_allocated_(0),
396 num_bytes_allocated_.StoreRelaxed(0);
1227 if (UNLIKELY(static_cast<size_t>(num_bytes_allocated_.LoadRelaxed()) < 10 * KB)) {
1255 DCHECK_LE(freed_bytes, static_cast<int64_t>(num_bytes_allocated_.LoadRelaxed()));
1257 num_bytes_allocated_.FetchAndSubSequentiallyConsistent(static_cast<ssize_t>(freed_bytes));
1664 uint32_t before_allocated = num_bytes_allocated_.LoadSequentiallyConsistent();
1786 int32_t after_allocated = num_bytes_allocated_.LoadSequentiallyConsistent();