Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dzygote_space.h68 uint64_t GetBytesAllocated() override { in GetBytesAllocated() function
H A Dlarge_object_space.h53 uint64_t GetBytesAllocated() override { in GetBytesAllocated() function
H A Dbump_pointer_space.cc170 uint64_t BumpPointerSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::BumpPointerSpace
H A Ddlmalloc_space.cc323 uint64_t DlMallocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::DlMallocSpace
H A Drosalloc_space.cc358 uint64_t RosAllocSpace::GetBytesAllocated() { in GetBytesAllocated() function in art::gc::space::RosAllocSpace
H A Dregion_space.h171 uint64_t GetBytesAllocated() override REQUIRES(!region_lock_) { in GetBytesAllocated() function
/aosp12/art/libartbase/base/
H A Dmalloc_arena_pool.cc125 size_t MallocArenaPool::GetBytesAllocated() const { in GetBytesAllocated() function in art::MallocArenaPool
H A Darena_allocator.h202 size_t GetBytesAllocated() const { in GetBytesAllocated() function
/aosp12/art/runtime/base/
H A Dmem_map_arena_pool.cc128 size_t MemMapArenaPool::GetBytesAllocated() const { in GetBytesAllocated() function in art::MemMapArenaPool
/aosp12/art/runtime/gc/
H A Dheap.h539 size_t GetBytesAllocated() const { in GetBytesAllocated() function