Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp90 if (AllocatorMayReturnNull()) { in DFsanAllocate()
99 if (AllocatorMayReturnNull()) in DFsanAllocate()
116 if (AllocatorMayReturnNull()) in DFsanAllocate()
173 if (AllocatorMayReturnNull()) in DFsanCalloc()
230 if (AllocatorMayReturnNull()) in dfsan_reallocarray()
247 if (AllocatorMayReturnNull()) in dfsan_pvalloc()
260 if (AllocatorMayReturnNull()) in dfsan_aligned_alloc()
271 if (AllocatorMayReturnNull()) in dfsan_memalign()
281 if (AllocatorMayReturnNull()) in dfsan_posix_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp83 if (AllocatorMayReturnNull()) { in ReportAllocationSizeTooBig()
97 if (AllocatorMayReturnNull()) in Allocate()
104 if (AllocatorMayReturnNull()) in Allocate()
117 if (AllocatorMayReturnNull()) in Calloc()
182 if (AllocatorMayReturnNull()) in lsan_posix_memalign()
198 if (AllocatorMayReturnNull()) in lsan_aligned_alloc()
208 if (AllocatorMayReturnNull()) in lsan_memalign()
231 if (AllocatorMayReturnNull()) in lsan_reallocarray()
251 if (AllocatorMayReturnNull()) in lsan_pvalloc()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp187 if (AllocatorMayReturnNull()) { in MsanAllocate()
195 if (AllocatorMayReturnNull()) in MsanAllocate()
212 if (AllocatorMayReturnNull()) in MsanAllocate()
295 if (AllocatorMayReturnNull()) in MsanCalloc()
352 if (AllocatorMayReturnNull()) in msan_reallocarray()
368 if (AllocatorMayReturnNull()) in msan_pvalloc()
381 if (AllocatorMayReturnNull()) in msan_aligned_alloc()
392 if (AllocatorMayReturnNull()) in msan_memalign()
403 if (AllocatorMayReturnNull()) in msan_posix_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp185 if (AllocatorMayReturnNull()) in user_alloc_internal()
193 if (AllocatorMayReturnNull()) in user_alloc_internal()
201 if (AllocatorMayReturnNull()) in user_alloc_internal()
228 if (AllocatorMayReturnNull()) in user_calloc()
241 if (AllocatorMayReturnNull()) in user_reallocarray()
303 if (AllocatorMayReturnNull()) in user_memalign()
314 if (AllocatorMayReturnNull()) in user_posix_memalign()
331 if (AllocatorMayReturnNull()) in user_aligned_alloc()
347 if (AllocatorMayReturnNull()) in user_pvalloc()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp189 if (AllocatorMayReturnNull()) { in HwasanAllocate()
197 if (AllocatorMayReturnNull()) in HwasanAllocate()
215 if (AllocatorMayReturnNull()) in HwasanAllocate()
396 if (AllocatorMayReturnNull()) in HwasanCalloc()
471 if (AllocatorMayReturnNull()) in hwasan_reallocarray()
487 if (AllocatorMayReturnNull()) in hwasan_pvalloc()
499 if (AllocatorMayReturnNull()) in hwasan_aligned_alloc()
509 if (AllocatorMayReturnNull()) in hwasan_memalign()
519 if (AllocatorMayReturnNull()) in hwasan_posix_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp347 if (AllocatorMayReturnNull()) in Allocate()
372 if (AllocatorMayReturnNull()) { in Allocate()
393 if (AllocatorMayReturnNull()) in Allocate()
506 if (AllocatorMayReturnNull()) in Calloc()
613 if (AllocatorMayReturnNull()) in memprof_reallocarray()
643 if (AllocatorMayReturnNull()) in memprof_pvalloc()
656 if (AllocatorMayReturnNull()) in memprof_memalign()
667 if (AllocatorMayReturnNull()) in memprof_aligned_alloc()
677 if (AllocatorMayReturnNull()) in memprof_posix_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp449 options->may_return_null = AllocatorMayReturnNull(); in GetOptions()
533 if (AllocatorMayReturnNull()) in Allocate()
568 if (AllocatorMayReturnNull()) { in Allocate()
590 if (AllocatorMayReturnNull()) in Allocate()
775 if (AllocatorMayReturnNull()) in Calloc()
1011 if (AllocatorMayReturnNull()) in asan_reallocarray()
1041 if (AllocatorMayReturnNull()) in asan_pvalloc()
1055 if (AllocatorMayReturnNull()) in asan_memalign()
1066 if (AllocatorMayReturnNull()) in asan_aligned_alloc()
1077 if (AllocatorMayReturnNull()) in asan_posix_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h36 bool AllocatorMayReturnNull();
H A Dsanitizer_allocator.cpp189 bool AllocatorMayReturnNull() { in AllocatorMayReturnNull() function