Searched defs:GetBytesAllocated (Results 1 - 7 of 7) 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/compiler/utils/
H A Darena_allocator.cc180 size_t ArenaPool::GetBytesAllocated() const { function in class:art::ArenaPool
184 total += arena->GetBytesAllocated();
H A Darena_allocator.h127 size_t GetBytesAllocated() const { function in class:art::Arena
151 size_t GetBytesAllocated() const LOCKS_EXCLUDED(lock_);
/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 194 milliseconds