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.cc262 uint64_t DlMallocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc289 uint64_t RosAllocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::RosAllocSpace
Dregion_space.h117 uint64_t GetBytesAllocated() { in GetBytesAllocated() function
/art/runtime/base/
Darena_allocator.cc210 size_t ArenaPool::GetBytesAllocated() const { in GetBytesAllocated() function in art::ArenaPool
Darena_allocator.h141 size_t GetBytesAllocated() const { in GetBytesAllocated() function
/art/runtime/gc/
Dheap.h429 size_t GetBytesAllocated() const { in GetBytesAllocated() function