Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1562 uint64_t total_alloc_space_allocated = 0; in TrimSpaces() local
1579 total_alloc_space_allocated = GetBytesAllocated(); in TrimSpaces()
1581 total_alloc_space_allocated -= large_object_space_->GetBytesAllocated(); in TrimSpaces()
1584 total_alloc_space_allocated -= bump_pointer_space_->Size(); in TrimSpaces()
1587 total_alloc_space_allocated -= region_space_->GetBytesAllocated(); in TrimSpaces()
1589 const float managed_utilization = static_cast<float>(total_alloc_space_allocated) / in TrimSpaces()