Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc188 static constexpr double kMinFreeHeapAfterGcForAlloc = 0.01; variable
1547 << kMinFreeHeapAfterGcForAlloc * 100 in ThrowOutOfMemoryError()
2008 return free_heap_ratio >= kMinFreeHeapAfterGcForAlloc || in AllocateInternalWithGc()