Home
last modified time | relevance | path

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

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