Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h97 uptr GetCacheSize() const { in GetCacheSize() function
102 uptr cache_size = GetCacheSize(); in Put()
135 GetSize() >> 20, GetCacheSize() >> 10); in PrintStats()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp401 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10; in GetOptions()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc336 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10; in GetOptions()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc334 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10; in GetOptions()