Searched refs:ReportOutOfMemory (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp35 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
H A Dhwasan_allocator.cpp128 ReportOutOfMemory(size, stack);
/freebsd-13-stable/contrib/llvm-project/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) { function in namespace:__sanitizer
/freebsd-13-stable/contrib/llvm-project/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.cpp177 ReportOutOfMemory(size, stack);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp79 ReportOutOfMemory(size, &stack); \
86 ReportOutOfMemory(size, &stack); \
H A Dasan_report.h76 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack);
H A Dasan_report.cpp320 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { function in namespace:__asan
H A Dasan_allocator.cpp171 ReportOutOfMemory(size, stack_);
479 ReportOutOfMemory(size, stack);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp40 ReportOutOfMemory(size, &stack); \
55 ReportOutOfMemory(size, &stack); \
H A Dtsan_mman.cpp178 ReportOutOfMemory(sz, &stack);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp213 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
219 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
H A Dlsan_allocator.cpp96 ReportOutOfMemory(size, &stack);

Completed in 208 milliseconds