Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h99 uptr GetCacheSize() const { in GetCacheSize() function
104 uptr cache_size = GetCacheSize(); in Put()
137 GetSize() >> 20, GetCacheSize() >> 10); in PrintStats()
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp262 QuarantineChunksUpToSize = (Quarantine.GetCacheSize() == 0) ? 0 : in init()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc336 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10; in GetOptions()