Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h37 void SetAllocatorMayReturnNull(bool may_return_null);
H A Dsanitizer_allocator.cpp193 void SetAllocatorMayReturnNull(bool may_return_null) { in SetAllocatorMayReturnNull() function
/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/asan/
H A Dasan_allocator.cpp391 SetAllocatorMayReturnNull(options.may_return_null); in InitLinkerInitialized()
427 SetAllocatorMayReturnNull(options.may_return_null); in ReInitialize()
/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()