Home
last modified time | relevance | path

Searched refs:total_alloc_space_allocated (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap.cc1006 uint64_t total_alloc_space_allocated = 0; in Trim() local
1020 total_alloc_space_allocated = GetBytesAllocated() - large_object_space_->GetBytesAllocated(); in Trim()
1022 total_alloc_space_allocated -= bump_pointer_space_->Size(); in Trim()
1024 const float managed_utilization = static_cast<float>(total_alloc_space_allocated) / in Trim()