Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc4413 const int kGarbageThresholdInBytes = 8 * MB; in CollectGarbageOnMemoryPressure() local
4428 if (potential_garbage >= kGarbageThresholdInBytes && in CollectGarbageOnMemoryPressure()