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

/art/runtime/gc/space/
H A Dlarge_object_space.h52 return num_bytes_allocated_;
112 uint64_t num_bytes_allocated_; member in class:art::gc::space::LargeObjectSpace
/art/runtime/gc/
H A Dheap.h468 return num_bytes_allocated_.LoadSequentiallyConsistent();
518 size_t byte_allocated = num_bytes_allocated_.LoadSequentiallyConsistent();
1144 // When num_bytes_allocated_ exceeds this amount then a concurrent GC should be requested so that
1155 Atomic<size_t> num_bytes_allocated_; member in class:art::gc::Heap
1168 // here to be subtracted from num_bytes_allocated_ later at the next

Completed in 925 milliseconds