Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h208 bool needRecycle = false; in drain() local
212 needRecycle = Cache.getSize() > getMaxSize(); in drain()
215 if (needRecycle && RecycleMutex.tryLock()) in drain()