Home
last modified time | relevance | path

Searched refs:GetMaxCacheSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h94 uptr GetMaxCacheSize() const { return atomic_load_relaxed(&max_cache_size_); } in GetMaxCacheSize() function
97 uptr max_cache_size = GetMaxCacheSize(); in Put()
131 GetMaxSize() >> 20, GetMaxCacheSize() >> 10); in PrintStats()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp446 quarantine.GetMaxCacheSize() >> 10; in GetOptions()