Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_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()
/external/llvm-project/compiler-rt/lib/msan/
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()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_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()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp106 if (AllocatorMayReturnNull()) { in HwasanAllocate()
127 if (AllocatorMayReturnNull()) in HwasanAllocate()
259 if (AllocatorMayReturnNull()) in HwasanCalloc()
311 if (AllocatorMayReturnNull()) in hwasan_reallocarray()
327 if (AllocatorMayReturnNull()) in hwasan_pvalloc()
339 if (AllocatorMayReturnNull()) in hwasan_aligned_alloc()
349 if (AllocatorMayReturnNull()) in hwasan_memalign()
359 if (AllocatorMayReturnNull()) in hwasan_posix_memalign()
/external/llvm-project/compiler-rt/lib/memprof/
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()
/external/llvm-project/compiler-rt/lib/asan/
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()
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp314 if (AllocatorMayReturnNull()) in allocate()
327 if (AllocatorMayReturnNull()) in allocate()
333 if (AllocatorMayReturnNull()) in allocate()
359 if (AllocatorMayReturnNull()) in allocate()
563 if (AllocatorMayReturnNull()) in calloc()
584 return AllocatorMayReturnNull(); in canReturnNull()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h35 bool AllocatorMayReturnNull();
Dsanitizer_allocator.cpp260 bool AllocatorMayReturnNull() { in AllocatorMayReturnNull() function