HomeSort by relevance Sort by last modified time
    Searched refs:m_lowCollectionRate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 667 void setLowCollectionRate(bool value) { m_lowCollectionRate = value; }
713 bool m_lowCollectionRate;
ThreadState.cpp 315 , m_lowCollectionRate(false)
778 size_t limit = (m_lowCollectionRate ? 4 : 2) * oldSize;
    [all...]

Completed in 353 milliseconds