HomeSort by relevance Sort by last modified time
    Searched defs:GetBytesAllocated (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/space/
zygote_space.h 63 uint64_t GetBytesAllocated() {
bump_pointer_space.cc 208 uint64_t BumpPointerSpace::GetBytesAllocated() {
dlmalloc_space.cc 277 uint64_t DlMallocSpace::GetBytesAllocated() {
rosalloc_space.cc 278 uint64_t RosAllocSpace::GetBytesAllocated() {
  /art/compiler/utils/
arena_allocator.cc 180 size_t ArenaPool::GetBytesAllocated() const {
184 total += arena->GetBytesAllocated();
arena_allocator.h 127 size_t GetBytesAllocated() const {
151 size_t GetBytesAllocated() const LOCKS_EXCLUDED(lock_);
  /art/runtime/gc/
heap.h 397 size_t GetBytesAllocated() const {
427 return std::max(GetBytesAllocated(), growth_limit_);
436 return max_allowed_footprint_ - GetBytesAllocated();
441 return growth_limit_ - GetBytesAllocated();
    [all...]

Completed in 503 milliseconds