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

/openbsd-current/gnu/llvm/compiler-rt/lib/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.cpp278 thread_local_quarantine_size_kb = f->thread_local_quarantine_size_kb;
288 f->thread_local_quarantine_size_kb = thread_local_quarantine_size_kb;
329 (uptr)options.thread_local_quarantine_size_kb << 10);
391 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.cpp369 Printf("thread_local_quarantine_size_kb=%zuK\n",
370 (uptr)flags()->thread_local_quarantine_size_kb);
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h179 static_cast<uptr>(getFlags()->thread_local_quarantine_size_kb << 10));

Completed in 135 milliseconds