Home
last modified time | relevance | path

Searched defs:GetBytesAllocated (Results 1 – 11 of 11) 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.cc165 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.h203 size_t GetBytesAllocated() const { in GetBytesAllocated() function
/art/runtime/base/
Dmem_map_arena_pool.cc139 size_t MemMapArenaPool::GetBytesAllocated() const { in GetBytesAllocated() function in art::MemMapArenaPool
Dgc_visited_arena_pool.cc119 size_t GcVisitedArenaPool::GetBytesAllocated() const { in GetBytesAllocated() function in art::GcVisitedArenaPool
/art/runtime/gc/
Dheap.h549 size_t GetBytesAllocated() const { in GetBytesAllocated() function