Home
last modified time | relevance | path

Searched refs:thread_local_quarantine_size_kb (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_flags.cpp173 if (f->thread_local_quarantine_size_kb < 0) { in InitializeFlags()
181 f->thread_local_quarantine_size_kb = kDefaultThreadLocalQuarantineSizeKb; in InitializeFlags()
183 if (f->thread_local_quarantine_size_kb == 0 && f->quarantine_size_mb > 0) { in InitializeFlags()
HDasan_activation.cpp86 allocator_options.thread_local_quarantine_size_kb, in Print()
113 disabled.thread_local_quarantine_size_kb = 0; in AsanDeactivate()
HDasan_activation_flags.inc26 ASAN_ACTIVATION_FLAG(int, thread_local_quarantine_size_kb)
HDasan_allocator.cpp332 thread_local_quarantine_size_kb = f->thread_local_quarantine_size_kb; in SetFrom()
342 f->thread_local_quarantine_size_kb = thread_local_quarantine_size_kb; in CopyTo()
383 (uptr)options.thread_local_quarantine_size_kb << 10); in SharedInitCode()
445 options->thread_local_quarantine_size_kb = in GetOptions()
HDasan_allocator.h36 u32 thread_local_quarantine_size_kb; member
HDasan_rtl.cpp379 (uptr)flags()->thread_local_quarantine_size_kb); in PrintAddressSpaceLayout()
HDasan_flags.inc25 ASAN_FLAG(int, thread_local_quarantine_size_kb, -1,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDflags.inc18 SCUDO_FLAG(int, thread_local_quarantine_size_kb, 0,
HDcombined.h184 static_cast<uptr>(getFlags()->thread_local_quarantine_size_kb << 10)); in init()