HomeSort by: relevance | last modified time | path
    Searched refs:thread_local_quarantine_size_kb (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_flags.cc 182 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 "
asan_activation.cc 82 "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;
asan_allocator.cc 222 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;
asan_allocator.h 36 u32 thread_local_quarantine_size_kb; member in struct:__asan::AllocatorOptions
asan_rtl.cc 371 Printf("thread_local_quarantine_size_kb=%zuK\n",
372 (uptr)flags()->thread_local_quarantine_size_kb);

Completed in 14 milliseconds