Home
last modified time | relevance | path

Searched defs:MaxCacheSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h65 size_t MaxCacheSize = member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h254 alignas(SCUDO_CACHE_LINE_SIZE) atomic_uptr MaxCacheSize = {}; variable