Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h87 atomic_store_relaxed(&max_cache_size_, cache_size); in Init()
94 uptr GetMaxCacheSize() const { return atomic_load_relaxed(&max_cache_size_); } in GetMaxCacheSize()
140 atomic_uintptr_t max_cache_size_; variable