Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp93 if (AllocatorMayReturnNull()) { in DFsanAllocate()
102 if (AllocatorMayReturnNull()) in DFsanAllocate()
119 if (AllocatorMayReturnNull()) in DFsanAllocate()
176 if (AllocatorMayReturnNull()) in DFsanCalloc()
233 if (AllocatorMayReturnNull()) in dfsan_reallocarray()
250 if (AllocatorMayReturnNull()) in dfsan_pvalloc()
263 if (AllocatorMayReturnNull()) in dfsan_aligned_alloc()
274 if (AllocatorMayReturnNull()) in dfsan_memalign()
284 if (AllocatorMayReturnNull()) in dfsan_posix_memalign()
/freebsd/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/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/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp196 if (AllocatorMayReturnNull()) in user_alloc_internal()
204 if (AllocatorMayReturnNull()) in user_alloc_internal()
212 if (AllocatorMayReturnNull()) in user_alloc_internal()
239 if (AllocatorMayReturnNull()) in user_calloc()
252 if (AllocatorMayReturnNull()) in user_reallocarray()
314 if (AllocatorMayReturnNull()) in user_memalign()
325 if (AllocatorMayReturnNull()) in user_posix_memalign()
342 if (AllocatorMayReturnNull()) in user_aligned_alloc()
358 if (AllocatorMayReturnNull()) in user_pvalloc()
/freebsd/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()
397 if (AllocatorMayReturnNull()) in HwasanCalloc()
472 if (AllocatorMayReturnNull()) in hwasan_reallocarray()
488 if (AllocatorMayReturnNull()) in hwasan_pvalloc()
500 if (AllocatorMayReturnNull()) in hwasan_aligned_alloc()
510 if (AllocatorMayReturnNull()) in hwasan_memalign()
520 if (AllocatorMayReturnNull()) in hwasan_posix_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp413 if (AllocatorMayReturnNull()) in Allocate()
438 if (AllocatorMayReturnNull()) { in Allocate()
459 if (AllocatorMayReturnNull()) in Allocate()
568 if (AllocatorMayReturnNull()) in Calloc()
673 if (AllocatorMayReturnNull()) in memprof_reallocarray()
703 if (AllocatorMayReturnNull()) in memprof_pvalloc()
716 if (AllocatorMayReturnNull()) in memprof_memalign()
727 if (AllocatorMayReturnNull()) in memprof_aligned_alloc()
737 if (AllocatorMayReturnNull()) in memprof_posix_memalign()
/freebsd/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()
783 if (AllocatorMayReturnNull()) in Calloc()
1019 if (AllocatorMayReturnNull()) in asan_reallocarray()
1049 if (AllocatorMayReturnNull()) in asan_pvalloc()
1063 if (AllocatorMayReturnNull()) in asan_memalign()
1074 if (AllocatorMayReturnNull()) in asan_aligned_alloc()
1085 if (AllocatorMayReturnNull()) in asan_posix_memalign()
/freebsd/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