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 65 uint64_t GetBytesAllocated() {
bump_pointer_space.cc 161 uint64_t BumpPointerSpace::GetBytesAllocated() {
dlmalloc_space.cc 266 uint64_t DlMallocSpace::GetBytesAllocated() {
rosalloc_space.cc 291 uint64_t RosAllocSpace::GetBytesAllocated() {
  /art/runtime/base/
arena_allocator.cc 342 size_t ArenaPool::GetBytesAllocated() const {
346 total += arena->GetBytesAllocated();
389 total += cur_arena->GetBytesAllocated();
495 DCHECK_EQ(bytes, arena_head_->next_->GetBytesAllocated());
arena_allocator.h 224 size_t GetBytesAllocated() const {
258 size_t GetBytesAllocated() const REQUIRES(!lock_);
  /art/runtime/gc/
heap.h 498 size_t GetBytesAllocated() const {
529 return std::max(GetBytesAllocated(), growth_limit_);
538 return max_allowed_footprint_ - GetBytesAllocated();
543 return growth_limit_ - GetBytesAllocated();
    [all...]

Completed in 100 milliseconds