Searched refs:IsLowMemory (Results 1 – 3 of 3) sorted by relevance
81 bool ConcurrentHelper::IsLowMemory() in IsLowMemory() function in Commonlibrary::Concurrent::Common::Helper::ConcurrentHelper
108 static bool IsLowMemory();
456 uint32_t minThread = ConcurrentHelper::IsLowMemory() ? 0 : DEFAULT_MIN_THREADS; in NotifyShrink()496 if (!ConcurrentHelper::IsLowMemory() && workers_.empty()) { in NotifyShrink()