Searched defs:total_alloc_space_allocated (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc1058 uint64_t total_alloc_space_allocated = 0; local
1072 total_alloc_space_allocated = GetBytesAllocated() - large_object_space_->GetBytesAllocated();
1074 total_alloc_space_allocated -= bump_pointer_space_->Size();
1076 const float managed_utilization = static_cast<float>(total_alloc_space_allocated) /

Completed in 12 milliseconds