Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h65 const bool NeedToDrainCache = C->Count == C->MaxCount; in deallocate() local
66 if (NeedToDrainCache) in deallocate()
75 return NeedToDrainCache; in deallocate()