Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h98 uptr GetCacheSize() const { in GetCacheSize() function
103 uptr cache_size = GetCacheSize(); in Put()
136 GetSize() >> 20, GetCacheSize() >> 10); in PrintStats()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp272 QuarantineChunksUpToSize = (Quarantine.GetCacheSize() == 0) ? 0 : in init()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp402 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10; in GetOptions()