Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dheap.cc1307 const double kMinStepSize = 5; in ReportExternalMemoryPressure() local
1311 Max(kMinStepSize, static_cast<double>(external_memory_) / in ReportExternalMemoryPressure()
1312 external_memory_limit_ * kMinStepSize)); in ReportExternalMemoryPressure()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dheap.cc1471 const double kMinStepSize = 5; in ReportExternalMemoryPressure() local
1475 Max(kMinStepSize, in ReportExternalMemoryPressure()
1478 kMinStepSize)); in ReportExternalMemoryPressure()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dheap.cc1464 const double kMinStepSize = 5; in ReportExternalMemoryPressure() local
1468 Max(kMinStepSize, static_cast<double>(current) / limit * kMinStepSize)); in ReportExternalMemoryPressure()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dheap.cc1629 const double kMinStepSize = 5; in ReportExternalMemoryPressure() local
1632 kMaxStepSize, std::max(kMinStepSize, static_cast<double>(current) / in ReportExternalMemoryPressure()
1633 limit * kMinStepSize)); in ReportExternalMemoryPressure()