Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dmemory_guard.cpp24 int setCache = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); in MemoryGuard() local
26 if (setCache != 1 || setFree != 1) { in MemoryGuard()
27 … HILOGE("samgr disable tcache and delay free, result[%{public}d, %{public}d]", setCache, setFree); in MemoryGuard()