Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h180 DCHECK_EQ(atomic_load_relaxed(&MaxCacheSize), 0U); in init()
187 atomic_store_relaxed(&MaxCacheSize, CacheSize); in init()
193 uptr getCacheSize() const { return atomic_load_relaxed(&MaxCacheSize); } in getCacheSize()
254 alignas(SCUDO_CACHE_LINE_SIZE) atomic_uptr MaxCacheSize = {}; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h65 size_t MaxCacheSize = member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp514 parseIntArg(Args, OPT_cache_size_EQ, Opts.MaxCacheSize); in llvm_symbolizer_main()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp792 while (CacheSize > Opts.MaxCacheSize && !LRUBinaries.empty() && in pruneCache()