Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp29 ReportOutOfMemory(size, &stack); \
38 ReportOutOfMemory(size, &stack); \
47 ReportOutOfMemory(size, &stack); \
56 ReportOutOfMemory(size, &stack); \
H A Dhwasan_allocator.cpp217 ReportOutOfMemory(size, stack); in HwasanAllocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp67 ReportOutOfMemory(size, &stack); \
76 ReportOutOfMemory(size, &stack); \
85 ReportOutOfMemory(size, &stack); \
94 ReportOutOfMemory(size, &stack); \
H A Dasan_report.h77 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack);
H A Dasan_report.cpp352 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory() function
H A Dasan_allocator.cpp269 ReportOutOfMemory(size, stack_); in Allocate()
598 ReportOutOfMemory(size, stack); in Allocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_new_delete.cpp38 ReportOutOfMemory(size, &stack); \
46 ReportOutOfMemory(size, &stack); \
H A Dmsan_allocator.cpp216 ReportOutOfMemory(size, stack); in MsanAllocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_new_delete.cpp34 ReportOutOfMemory(size, &stack); \
41 ReportOutOfMemory(size, &stack); \
H A Ddfsan_allocator.cpp125 ReportOutOfMemory(size, &stack); in DFsanAllocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_new_delete.cpp35 ReportOutOfMemory(size, &stack); \
43 ReportOutOfMemory(size, &stack); \
H A Dnsan_allocator.cpp126 ReportOutOfMemory(size, &stack); in NsanAllocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_new_delete.cpp37 ReportOutOfMemory(size, &stack); \
43 ReportOutOfMemory(size, &stack); \
H A Dmemprof_allocator.cpp461 ReportOutOfMemory(size, stack); in Allocate()
/freebsd/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.cpp215 ReportOutOfMemory(sz, &stack); in user_alloc_internal()
/freebsd/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) { in ReportOutOfMemory() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp257 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
263 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
H A Dlsan_allocator.cpp106 ReportOutOfMemory(size, &stack); in Allocate()