Home | Sort by relevance Sort by last modified time |
/art/runtime/gc/space/ | |
dlmalloc_space.h | 131 return num_bytes_allocated_; 172 size_t num_bytes_allocated_; member in class:art::gc::space::DlMallocSpace |
large_object_space.h | 45 return num_bytes_allocated_; 66 size_t num_bytes_allocated_; member in class:art::gc::space::LargeObjectSpace |
/art/runtime/gc/ | |
heap.h | 297 return num_bytes_allocated_; 333 return GetTotalMemory() - num_bytes_allocated_; 608 // When num_bytes_allocated_ exceeds this amount then a concurrent GC should be requested so that 622 AtomicInteger num_bytes_allocated_; member in class:art::gc::Heap |