Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.cpp78 if (AllocatorMayReturnNull()) { in ReportAllocationSizeTooBig()
94 if (AllocatorMayReturnNull()) in Allocate()
109 if (AllocatorMayReturnNull()) in Calloc()
150 if (AllocatorMayReturnNull()) in lsan_posix_memalign()
166 if (AllocatorMayReturnNull()) in lsan_aligned_alloc()
176 if (AllocatorMayReturnNull()) in lsan_memalign()
199 if (AllocatorMayReturnNull()) in lsan_reallocarray()
219 if (AllocatorMayReturnNull()) in lsan_pvalloc()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_allocator.cpp143 if (AllocatorMayReturnNull()) { in MsanAllocate()
161 if (AllocatorMayReturnNull()) in MsanAllocate()
236 if (AllocatorMayReturnNull()) in MsanCalloc()
272 if (AllocatorMayReturnNull()) in msan_reallocarray()
287 if (AllocatorMayReturnNull()) in msan_pvalloc()
299 if (AllocatorMayReturnNull()) in msan_aligned_alloc()
309 if (AllocatorMayReturnNull()) in msan_memalign()
319 if (AllocatorMayReturnNull()) in msan_posix_memalign()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_mman.cpp165 if (AllocatorMayReturnNull()) in user_alloc_internal()
175 if (AllocatorMayReturnNull()) in user_alloc_internal()
202 if (AllocatorMayReturnNull()) in user_calloc()
215 if (AllocatorMayReturnNull()) in user_reallocarray()
261 if (AllocatorMayReturnNull()) in user_memalign()
272 if (AllocatorMayReturnNull()) in user_posix_memalign()
289 if (AllocatorMayReturnNull()) in user_aligned_alloc()
305 if (AllocatorMayReturnNull()) in user_pvalloc()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.cpp105 if (AllocatorMayReturnNull()) { in HwasanAllocate()
126 if (AllocatorMayReturnNull()) in HwasanAllocate()
257 if (AllocatorMayReturnNull()) in HwasanCalloc()
309 if (AllocatorMayReturnNull()) in hwasan_reallocarray()
325 if (AllocatorMayReturnNull()) in hwasan_pvalloc()
337 if (AllocatorMayReturnNull()) in hwasan_aligned_alloc()
347 if (AllocatorMayReturnNull()) in hwasan_memalign()
357 if (AllocatorMayReturnNull()) in hwasan_posix_memalign()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.cpp343 options->may_return_null = AllocatorMayReturnNull(); in GetOptions()
418 if (AllocatorMayReturnNull()) in Allocate()
455 if (AllocatorMayReturnNull()) { in Allocate()
477 if (AllocatorMayReturnNull()) in Allocate()
694 if (AllocatorMayReturnNull()) in Calloc()
903 if (AllocatorMayReturnNull()) in asan_reallocarray()
933 if (AllocatorMayReturnNull()) in asan_pvalloc()
947 if (AllocatorMayReturnNull()) in asan_memalign()
958 if (AllocatorMayReturnNull()) in asan_aligned_alloc()
969 if (AllocatorMayReturnNull()) in asan_posix_memalign()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_allocator.cpp313 if (AllocatorMayReturnNull()) in allocate()
326 if (AllocatorMayReturnNull()) in allocate()
332 if (AllocatorMayReturnNull()) in allocate()
358 if (AllocatorMayReturnNull()) in allocate()
562 if (AllocatorMayReturnNull()) in calloc()
583 return AllocatorMayReturnNull(); in canReturnNull()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator.h35 bool AllocatorMayReturnNull();
HDsanitizer_allocator.cpp253 bool AllocatorMayReturnNull() { in AllocatorMayReturnNull() function