Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.cpp22 static constexpr double LOW_MEMORY_RATIO = 0.2; variable
73 } else if (ratio.value() > LOW_MEMORY_RATIO) { in GetMemoryLevel()