Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.cpp81 bool ConcurrentHelper::IsLowMemory() in IsLowMemory() function in Commonlibrary::Concurrent::Common::Helper::ConcurrentHelper
H A Dconcurrent_helper.h108 static bool IsLowMemory();
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp456 uint32_t minThread = ConcurrentHelper::IsLowMemory() ? 0 : DEFAULT_MIN_THREADS; in NotifyShrink()
496 if (!ConcurrentHelper::IsLowMemory() && workers_.empty()) { in NotifyShrink()