Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp82 if (AllocatorMayReturnNull()) { in DFsanAllocate()
102 if (AllocatorMayReturnNull()) in DFsanAllocate()
159 if (AllocatorMayReturnNull()) in DFsanCalloc()
198 if (AllocatorMayReturnNull()) in dfsan_reallocarray()
215 if (AllocatorMayReturnNull()) in dfsan_pvalloc()
228 if (AllocatorMayReturnNull()) in dfsan_aligned_alloc()
239 if (AllocatorMayReturnNull()) in dfsan_memalign()
249 if (AllocatorMayReturnNull()) in dfsan_posix_memalign()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp78 if (AllocatorMayReturnNull()) { in ReportAllocationSizeTooBig()
94 if (AllocatorMayReturnNull()) in Allocate()
109 if (AllocatorMayReturnNull()) in Calloc()
154 if (AllocatorMayReturnNull()) in lsan_posix_memalign()
170 if (AllocatorMayReturnNull()) in lsan_aligned_alloc()
180 if (AllocatorMayReturnNull()) in lsan_memalign()
203 if (AllocatorMayReturnNull()) in lsan_reallocarray()
223 if (AllocatorMayReturnNull()) in lsan_pvalloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp157 if (AllocatorMayReturnNull()) { in MsanAllocate()
175 if (AllocatorMayReturnNull()) in MsanAllocate()
250 if (AllocatorMayReturnNull()) in MsanCalloc()
286 if (AllocatorMayReturnNull()) in msan_reallocarray()
301 if (AllocatorMayReturnNull()) in msan_pvalloc()
313 if (AllocatorMayReturnNull()) in msan_aligned_alloc()
323 if (AllocatorMayReturnNull()) in msan_memalign()
333 if (AllocatorMayReturnNull()) in msan_posix_memalign()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp162 if (AllocatorMayReturnNull()) in user_alloc_internal()
172 if (AllocatorMayReturnNull()) in user_alloc_internal()
199 if (AllocatorMayReturnNull()) in user_calloc()
212 if (AllocatorMayReturnNull()) in user_reallocarray()
258 if (AllocatorMayReturnNull()) in user_memalign()
269 if (AllocatorMayReturnNull()) in user_posix_memalign()
286 if (AllocatorMayReturnNull()) in user_aligned_alloc()
302 if (AllocatorMayReturnNull()) in user_pvalloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp124 if (AllocatorMayReturnNull()) { in HwasanAllocate()
145 if (AllocatorMayReturnNull()) in HwasanAllocate()
300 if (AllocatorMayReturnNull()) in HwasanCalloc()
352 if (AllocatorMayReturnNull()) in hwasan_reallocarray()
368 if (AllocatorMayReturnNull()) in hwasan_pvalloc()
380 if (AllocatorMayReturnNull()) in hwasan_aligned_alloc()
390 if (AllocatorMayReturnNull()) in hwasan_memalign()
400 if (AllocatorMayReturnNull()) in hwasan_posix_memalign()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp518 if (AllocatorMayReturnNull()) in Allocate()
543 if (AllocatorMayReturnNull()) { in Allocate()
565 if (AllocatorMayReturnNull()) in Allocate()
681 if (AllocatorMayReturnNull()) in Calloc()
784 if (AllocatorMayReturnNull()) in memprof_reallocarray()
814 if (AllocatorMayReturnNull()) in memprof_pvalloc()
827 if (AllocatorMayReturnNull()) in memprof_memalign()
838 if (AllocatorMayReturnNull()) in memprof_aligned_alloc()
848 if (AllocatorMayReturnNull()) in memprof_posix_memalign()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp405 options->may_return_null = AllocatorMayReturnNull(); in GetOptions()
489 if (AllocatorMayReturnNull()) in Allocate()
523 if (AllocatorMayReturnNull()) { in Allocate()
545 if (AllocatorMayReturnNull()) in Allocate()
744 if (AllocatorMayReturnNull()) in Calloc()
991 if (AllocatorMayReturnNull()) in asan_reallocarray()
1021 if (AllocatorMayReturnNull()) in asan_pvalloc()
1035 if (AllocatorMayReturnNull()) in asan_memalign()
1046 if (AllocatorMayReturnNull()) in asan_aligned_alloc()
1057 if (AllocatorMayReturnNull()) in asan_posix_memalign()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp307 if (AllocatorMayReturnNull()) in allocate()
330 if (AllocatorMayReturnNull()) in allocate()
336 if (AllocatorMayReturnNull()) in allocate()
362 if (AllocatorMayReturnNull()) in allocate()
566 if (AllocatorMayReturnNull()) in calloc()
587 return AllocatorMayReturnNull(); in canReturnNull()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h35 bool AllocatorMayReturnNull();
H A Dsanitizer_allocator.cpp236 bool AllocatorMayReturnNull() { in AllocatorMayReturnNull() function