Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_flags.cpp177 if (f->thread_local_quarantine_size_kb < 0) { in InitializeFlags()
185 f->thread_local_quarantine_size_kb = kDefaultThreadLocalQuarantineSizeKb; in InitializeFlags()
187 if (f->thread_local_quarantine_size_kb == 0 && f->quarantine_size_mb > 0) { in InitializeFlags()
Dasan_activation.cpp86 allocator_options.thread_local_quarantine_size_kb, in Print()
113 disabled.thread_local_quarantine_size_kb = 0; in AsanDeactivate()
Dasan_activation_flags.inc26 ASAN_ACTIVATION_FLAG(int, thread_local_quarantine_size_kb)
Dasan_allocator.cpp280 thread_local_quarantine_size_kb = f->thread_local_quarantine_size_kb; in SetFrom()
290 f->thread_local_quarantine_size_kb = thread_local_quarantine_size_kb; in CopyTo()
332 (uptr)options.thread_local_quarantine_size_kb << 10); in SharedInitCode()
402 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10; in GetOptions()
Dasan_allocator.h36 u32 thread_local_quarantine_size_kb; member
Dasan_rtl.cpp372 (uptr)flags()->thread_local_quarantine_size_kb); in PrintAddressSpaceLayout()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dflags.inc18 SCUDO_FLAG(int, thread_local_quarantine_size_kb, 0,
Dcombined.h170 static_cast<uptr>(getFlags()->thread_local_quarantine_size_kb << 10)); in initLinkerInitialized()
/external/scudo/standalone/
Dflags.inc18 SCUDO_FLAG(int, thread_local_quarantine_size_kb, 0,
Dcombined.h176 static_cast<uptr>(getFlags()->thread_local_quarantine_size_kb << 10)); in initLinkerInitialized()