Searched defs:GetBytesAllocated (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/space/
H A Dzygote_space.h63 uint64_t GetBytesAllocated() { function in class:art::gc::space::FINAL
H A Dbump_pointer_space.cc208 uint64_t BumpPointerSpace::GetBytesAllocated() { function in class:art::gc::space::BumpPointerSpace
H A Ddlmalloc_space.cc277 uint64_t DlMallocSpace::GetBytesAllocated() { function in class:art::gc::space::DlMallocSpace
H A Drosalloc_space.cc278 uint64_t RosAllocSpace::GetBytesAllocated() { function in class:art::gc::space::RosAllocSpace
/art/runtime/gc/
H A Dheap.h397 size_t GetBytesAllocated() const { function in class:art::gc::Heap
427 return std::max(GetBytesAllocated(), growth_limit_);
436 return max_allowed_footprint_ - GetBytesAllocated();
441 return growth_limit_ - GetBytesAllocated();
1081 delta_(heap_->GetMaxMemory() - heap_->GetBytesAllocated()) {

Completed in 1316 milliseconds