Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h37 void SetAllocatorMayReturnNull(bool may_return_null);
H A Dsanitizer_allocator.cpp189 void SetAllocatorMayReturnNull(bool may_return_null) { in SetAllocatorMayReturnNull() function
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp61 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in dfsan_allocator_init()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp42 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in InitializeAllocator()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp135 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in MsanAllocatorInit()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp131 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in InitializeAllocator()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp137 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in InitializeAllocator()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp103 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in HwasanAllocatorInit()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp337 SetAllocatorMayReturnNull(options.may_return_null); in InitLinkerInitialized()
373 SetAllocatorMayReturnNull(options.may_return_null); in ReInitialize()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp330 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in InitLinkerInitialized()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp265 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in init()