Home
last modified time | relevance | path

Searched refs:allocator_may_return_null (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp179 static atomic_uint8_t allocator_may_return_null = {0}; variable
190 return atomic_load(&allocator_may_return_null, memory_order_relaxed); in AllocatorMayReturnNull()
194 atomic_store(&allocator_may_return_null, may_return_null, in SetAllocatorMayReturnNull()
H A Dsanitizer_flags.inc83 COMMON_FLAG(bool, allocator_may_return_null, false,
142 " (depending on the value of allocator_may_return_null)"
148 "nullptr (or crash if allocator_may_return_null=false).")
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation_flags.inc30 COMMON_ACTIVATION_FLAG(bool, allocator_may_return_null)
H A Dasan_allocator.cpp335 may_return_null = cf->allocator_may_return_null; in SetFrom()
345 cf->allocator_may_return_null = may_return_null; in CopyTo()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Ddefault.cfg.in160 …export ASAN_OPTIONS=abort_on_error=true:halt_on_error=true:allocator_may_return_null=true:disable_…
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp72 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in dfsan_allocator_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp42 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in InitializeAllocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp156 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in MsanAllocatorInit()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp151 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in InitializeAllocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp151 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in HwasanAllocatorInit()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp398 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in InitLinkerInitialized()