Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc185 static constexpr double kMinFreedHeapAfterGcForAlloc = 0.05; variable
2009 newly_freed_ratio >= kMinFreedHeapAfterGcForAlloc; in AllocateInternalWithGc()
2050 static_cast<int64_t>(kMinFreedHeapAfterGcForAlloc * growth_limit_ + alloc_size); in AllocateInternalWithGc()