Searched defs:num_bytes_allocated_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dlarge_object_space.h46 return num_bytes_allocated_;
98 uint64_t num_bytes_allocated_; member in class:art::gc::space::LargeObjectSpace
/art/runtime/gc/
H A Dheap.h398 return num_bytes_allocated_.LoadSequentiallyConsistent();
447 size_t byte_allocated = num_bytes_allocated_.LoadSequentiallyConsistent();
895 // When num_bytes_allocated_ exceeds this amount then a concurrent GC should be requested so that
906 Atomic<size_t> num_bytes_allocated_; member in class:art::gc::Heap
1082 heap_->num_bytes_allocated_.FetchAndAddSequentiallyConsistent(delta_);
1085 heap_->num_bytes_allocated_.FetchAndSubSequentiallyConsistent(delta_);

Completed in 534 milliseconds