Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp96 if (AllocatorMayReturnNull()) { in DFsanAllocate()
105 if (AllocatorMayReturnNull()) in DFsanAllocate()
122 if (AllocatorMayReturnNull()) in DFsanAllocate()
179 if (AllocatorMayReturnNull()) in DFsanCalloc()
236 if (AllocatorMayReturnNull()) in dfsan_reallocarray()
253 if (AllocatorMayReturnNull()) in dfsan_pvalloc()
266 if (AllocatorMayReturnNull()) in dfsan_aligned_alloc()
277 if (AllocatorMayReturnNull()) in dfsan_memalign()
287 if (AllocatorMayReturnNull()) in dfsan_posix_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.cpp93 if (AllocatorMayReturnNull()) { in NsanAllocate()
104 if (AllocatorMayReturnNull()) in NsanAllocate()
122 if (AllocatorMayReturnNull()) in NsanAllocate()
180 if (AllocatorMayReturnNull()) in NsanCalloc()
237 if (AllocatorMayReturnNull()) in nsan_reallocarray()
254 if (AllocatorMayReturnNull()) in nsan_pvalloc()
268 if (AllocatorMayReturnNull()) in nsan_aligned_alloc()
280 if (AllocatorMayReturnNull()) in nsan_memalign()
291 if (AllocatorMayReturnNull()) in nsan_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()
235 if (AllocatorMayReturnNull()) in lsan_reallocarray()
255 if (AllocatorMayReturnNull()) in lsan_pvalloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp188 if (AllocatorMayReturnNull()) { in MsanAllocate()
196 if (AllocatorMayReturnNull()) in MsanAllocate()
213 if (AllocatorMayReturnNull()) in MsanAllocate()
294 if (AllocatorMayReturnNull()) in MsanCalloc()
351 if (AllocatorMayReturnNull()) in msan_reallocarray()
367 if (AllocatorMayReturnNull()) in msan_pvalloc()
381 if (AllocatorMayReturnNull()) in msan_aligned_alloc()
393 if (AllocatorMayReturnNull()) in msan_memalign()
404 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.cpp455 options->may_return_null = AllocatorMayReturnNull(); in GetOptions()
539 if (AllocatorMayReturnNull()) in Allocate()
574 if (AllocatorMayReturnNull()) { in Allocate()
596 if (AllocatorMayReturnNull()) in Allocate()
790 if (AllocatorMayReturnNull()) in Calloc()
1031 if (AllocatorMayReturnNull()) in asan_reallocarray()
1061 if (AllocatorMayReturnNull()) in asan_pvalloc()
1075 if (AllocatorMayReturnNull()) in asan_memalign()
1086 if (AllocatorMayReturnNull()) in asan_aligned_alloc()
1097 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.cpp190 bool AllocatorMayReturnNull() { in AllocatorMayReturnNull() function