Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc190 static constexpr size_t kPostForkMaxHeapDurationMS = 2000; variable
4464 self, new TriggerPostForkCCGcTask(NanoTime() + MsToNs(kPostForkMaxHeapDurationMS))); in PostForkChildAction()