Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc176 static constexpr double kMinFreeHeapAfterGcForAlloc = 0.01; variable
1460 << kMinFreeHeapAfterGcForAlloc * 100 in ThrowOutOfMemoryError()
1853 return curr_free_heap >= kMinFreeHeapAfterGcForAlloc; in AllocateInternalWithGc()