Home
last modified time | relevance | path

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

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