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 213 uint64_t BumpPointerSpace::GetBytesAllocated() {
dlmalloc_space.cc 264 uint64_t DlMallocSpace::GetBytesAllocated() {
rosalloc_space.cc 289 uint64_t RosAllocSpace::GetBytesAllocated() {
  /art/runtime/base/
arena_allocator.cc 260 size_t ArenaPool::GetBytesAllocated() const {
264 total += arena->GetBytesAllocated();
296 total += cur_arena->GetBytesAllocated();
336 DCHECK_EQ(rounded_bytes, arena_head_->next_->GetBytesAllocated());
arena_allocator.h 217 size_t GetBytesAllocated() const {
267 size_t GetBytesAllocated() const REQUIRES(!lock_);
  /art/runtime/gc/
heap.h 467 size_t GetBytesAllocated() const {
498 return std::max(GetBytesAllocated(), growth_limit_);
507 return max_allowed_footprint_ - GetBytesAllocated();
512 return growth_limit_ - GetBytesAllocated();
    [all...]

Completed in 66 milliseconds