Searched refs:thread_local_quarantine_size_kb (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_flags.cc182 if (f->thread_local_quarantine_size_kb < 0) {
190 f->thread_local_quarantine_size_kb = kDefaultThreadLocalQuarantineSizeKb;
192 if (f->thread_local_quarantine_size_kb == 0 && f->quarantine_size_mb > 0) {
193 Report("%s: thread_local_quarantine_size_kb can be set to 0 only when "
H A Dasan_activation.cc82 "quarantine_size_mb %d, thread_local_quarantine_size_kb %d, "
87 allocator_options.thread_local_quarantine_size_kb,
114 disabled.thread_local_quarantine_size_kb = 0;
H A Dasan_allocator.cc222 thread_local_quarantine_size_kb = f->thread_local_quarantine_size_kb;
232 f->thread_local_quarantine_size_kb = thread_local_quarantine_size_kb;
273 (uptr)options.thread_local_quarantine_size_kb << 10);
336 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10;
H A Dasan_allocator.h36 u32 thread_local_quarantine_size_kb; member in struct:__asan::AllocatorOptions
H A Dasan_rtl.cc371 Printf("thread_local_quarantine_size_kb=%zuK\n",
372 (uptr)flags()->thread_local_quarantine_size_kb);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_flags.cc180 if (f->thread_local_quarantine_size_kb < 0) {
188 f->thread_local_quarantine_size_kb = kDefaultThreadLocalQuarantineSizeKb;
190 if (f->thread_local_quarantine_size_kb == 0 && f->quarantine_size_mb > 0) {
191 Report("%s: thread_local_quarantine_size_kb can be set to 0 only when "
H A Dasan_activation.cc80 "quarantine_size_mb %d, thread_local_quarantine_size_kb %d, "
85 allocator_options.thread_local_quarantine_size_kb,
112 disabled.thread_local_quarantine_size_kb = 0;
H A Dasan_allocator.cc220 thread_local_quarantine_size_kb = f->thread_local_quarantine_size_kb;
230 f->thread_local_quarantine_size_kb = thread_local_quarantine_size_kb;
271 (uptr)options.thread_local_quarantine_size_kb << 10);
334 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10;
H A Dasan_allocator.h34 u32 thread_local_quarantine_size_kb; member in struct:__asan::AllocatorOptions
H A Dasan_rtl.cc369 Printf("thread_local_quarantine_size_kb=%zuK\n",
370 (uptr)flags()->thread_local_quarantine_size_kb);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_flags.cpp173 if (f->thread_local_quarantine_size_kb < 0) {
181 f->thread_local_quarantine_size_kb = kDefaultThreadLocalQuarantineSizeKb;
183 if (f->thread_local_quarantine_size_kb == 0 && f->quarantine_size_mb > 0) {
184 Report("%s: thread_local_quarantine_size_kb can be set to 0 only when "
H A Dasan_activation.cpp81 "quarantine_size_mb %d, thread_local_quarantine_size_kb %d, "
86 allocator_options.thread_local_quarantine_size_kb,
113 disabled.thread_local_quarantine_size_kb = 0;
H A Dasan_allocator.cpp279 thread_local_quarantine_size_kb = f->thread_local_quarantine_size_kb;
289 f->thread_local_quarantine_size_kb = thread_local_quarantine_size_kb;
331 (uptr)options.thread_local_quarantine_size_kb << 10);
401 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10;
H A Dasan_allocator.h36 u32 thread_local_quarantine_size_kb; member in struct:__asan::AllocatorOptions
H A Dasan_rtl.cpp363 Printf("thread_local_quarantine_size_kb=%zuK\n",
364 (uptr)flags()->thread_local_quarantine_size_kb);

Completed in 295 milliseconds