Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc232 static atomic_uint8_t allocator_may_return_null = {0}; variable
243 return atomic_load(&allocator_may_return_null, memory_order_relaxed); in AllocatorMayReturnNull()
247 atomic_store(&allocator_may_return_null, may_return_null, in SetAllocatorMayReturnNull()
H A Dsanitizer_flags.inc74 COMMON_FLAG(bool, allocator_may_return_null, false,
132 " (depending on the value of allocator_may_return_null)"
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_activation_flags.inc31 COMMON_ACTIVATION_FLAG(bool, allocator_may_return_null)
H A Dasan_allocator.cc225 may_return_null = cf->allocator_may_return_null; in SetFrom()
235 cf->allocator_may_return_null = may_return_null; in CopyTo()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc41 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in InitializeAllocator()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc130 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in MsanAllocatorInit()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc118 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in InitializeAllocator()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc96 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in HwasanAllocatorInit()
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp255 SetAllocatorMayReturnNull(common_flags()->allocator_may_return_null); in init()