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.h97 uptr max_cache_size = GetMaxCacheSize(); in Put() local
98 if (max_cache_size && size <= GetMaxSize()) { in Put()
106 if (c->Size() > max_cache_size) in Put()