Searched refs:malloc_context_size (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp28 int malloc_context_size; member in struct:__asan::AsanDeactivatedFlags
54 cf.malloc_context_size = malloc_context_size;
73 malloc_context_size = cf.malloc_context_size;
82 "max_redzone %d, poison_heap %d, malloc_context_size %d, "
87 allocator_options.max_redzone, poison_heap, malloc_context_size,
102 asan_deactivated_flags.malloc_context_size = GetMallocContextSize();
133 SetMallocContextSize(asan_deactivated_flags.malloc_context_size);
H A Dasan_stack.cpp19 static atomic_uint32_t malloc_context_size; member in namespace:__asan
22 atomic_store(&malloc_context_size, size, memory_order_release);
26 return atomic_load(&malloc_context_size, memory_order_acquire);
H A Dasan_flags.cpp62 cf.malloc_context_size = kDefaultMallocContextSize;
155 CHECK_LE((uptr)common_flags()->malloc_context_size, kStackTraceMax);
H A Dasan_rtl.cpp372 Printf("malloc_context_size=%zu\n",
373 (uptr)common_flags()->malloc_context_size);
423 SetMallocContextSize(common_flags()->malloc_context_size);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.h27 GET_STACK_TRACE(__sanitizer::common_flags()->malloc_context_size, \
H A Dlsan.cpp62 cf.malloc_context_size = 30;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h121 common_flags()->malloc_context_size)
H A Dhwasan.cpp85 cf.malloc_context_size = 20;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h331 common_flags()->malloc_context_size)
H A Dmsan.cpp149 cf.malloc_context_size = 20;

Completed in 189 milliseconds