Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp391 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10; in GetOptions()