Home
last modified time | relevance | path

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

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