Home
last modified time | relevance | path

Searched defs:GetBytesAllocated (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/space/
Dzygote_space.h65 uint64_t GetBytesAllocated() { in GetBytesAllocated() function
Dlarge_object_space.h51 uint64_t GetBytesAllocated() OVERRIDE { in GetBytesAllocated() function
Dbump_pointer_space.cc213 uint64_t BumpPointerSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::BumpPointerSpace
Ddlmalloc_space.cc264 uint64_t DlMallocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::DlMallocSpace
Dregion_space.h119 uint64_t GetBytesAllocated() REQUIRES(!region_lock_) { in GetBytesAllocated() function
Drosalloc_space.cc289 uint64_t RosAllocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::RosAllocSpace
/art/runtime/base/
Darena_allocator.cc260 size_t ArenaPool::GetBytesAllocated() const { in GetBytesAllocated() function in art::ArenaPool
Darena_allocator.h217 size_t GetBytesAllocated() const { in GetBytesAllocated() function
/art/runtime/gc/
Dheap.h467 size_t GetBytesAllocated() const { in GetBytesAllocated() function