Home
last modified time | relevance | path

Searched refs:ReportOutOfMemory (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp29 ReportOutOfMemory(size, &stack); \
35 ReportOutOfMemory(size, &stack); \
H A Dhwasan_allocator.cpp156 ReportOutOfMemory(size, stack); in HwasanAllocate()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_new_delete.cpp36 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
41 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
H A Dmsan_allocator.cpp182 ReportOutOfMemory(size, stack); in MsanAllocate()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_new_delete.cpp34 ReportOutOfMemory(size, &stack); \
41 ReportOutOfMemory(size, &stack); \
H A Ddfsan_allocator.cpp111 ReportOutOfMemory(size, &stack); in DFsanAllocate()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_new_delete.cpp37 ReportOutOfMemory(size, &stack); \
43 ReportOutOfMemory(size, &stack); \
H A Dmemprof_allocator.cpp393 ReportOutOfMemory(size, stack); in Allocate()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp76 ReportOutOfMemory(size, &stack); \
82 ReportOutOfMemory(size, &stack); \
H A Dasan_report.h76 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack);
H A Dasan_allocator.cpp228 ReportOutOfMemory(size, stack_); in Allocate()
536 ReportOutOfMemory(size, stack); in Allocate()
H A Dasan_report.cpp323 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_new_delete.cpp40 ReportOutOfMemory(size, &stack); \
55 ReportOutOfMemory(size, &stack); \
H A Dtsan_mman.cpp195 ReportOutOfMemory(sz, &stack); in user_alloc_internal()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp40 ReportOutOfMemory(size, &stack); \
55 ReportOutOfMemory(size, &stack); \
H A Dtsan_mman.cpp201 ReportOutOfMemory(sz, &stack); in user_alloc_internal()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h35 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack);
H A Dsanitizer_allocator_report.cpp128 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory() function
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp226 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
232 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
H A Dlsan_allocator.cpp101 ReportOutOfMemory(size, &stack); in Allocate()