Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dmemory_guard.cpp25 int setFree = mallopt(M_DELAYED_FREE, M_DELAYED_FREE_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()