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.cc161 uint64_t BumpPointerSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::BumpPointerSpace
Ddlmalloc_space.cc265 uint64_t DlMallocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::DlMallocSpace
Dregion_space.h123 uint64_t GetBytesAllocated() REQUIRES(!region_lock_) { in GetBytesAllocated() function
Drosalloc_space.cc290 uint64_t RosAllocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::RosAllocSpace
/art/runtime/base/
Darena_allocator.cc335 size_t ArenaPool::GetBytesAllocated() const { in GetBytesAllocated() function in art::ArenaPool
Darena_allocator.h221 size_t GetBytesAllocated() const { in GetBytesAllocated() function
/art/runtime/gc/
Dheap.h488 size_t GetBytesAllocated() const { in GetBytesAllocated() function