Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h175 void init(uptr Size, uptr CacheSize) { in init() argument
182 CHECK((Size == 0 && CacheSize == 0) || CacheSize != 0); in init()
186 atomic_store_relaxed(&MaxCacheSize, CacheSize); in init()
255 const uptr CacheSize = Cache.getSize(); in recycle() local
257 DCHECK_GE(CacheSize, OverheadSize); in recycle()
262 if (CacheSize > OverheadSize && in recycle()
264 CacheSize * OverheadThresholdPercents) { in recycle()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dquarantine_test.cpp202 scudo::uptr CacheSize = Cache.getSize(); in TEST() local
208 if (!DrainOccurred && Cache.getSize() < CacheSize) in TEST()
210 CacheSize = Cache.getSize(); in TEST()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp236 CacheSize = 0; in flush()
506 CacheSize += CachedBin.size(); in getOrCreateObject()
722 while (CacheSize > Opts.MaxCacheSize && !LRUBinaries.empty() && in pruneCache()
725 CacheSize -= Bin.size(); in pruneCache()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h205 size_t CacheSize = 0; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp843 const int CacheSize = 128; in EmitTypeCheck() local
844 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck()
849 CacheSize-1)); in EmitTypeCheck()