Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h65 size_t MaxCacheSize = global() member
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp191 static const scudo::uptr MaxCacheSize = 256UL << 10; // 256KB variable
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h254 alignas(SCUDO_CACHE_LINE_SIZE) atomic_uptr MaxCacheSize = {}; variable