Searched defs:increasedEnoughToGC (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp752 bool ThreadState::increasedEnoughToGC(size_t newSize, size_t oldSize) function in class:blink::ThreadState
768 return !m_sweepInProgress && increasedEnoughToGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());

Completed in 83 milliseconds