Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds