| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_new_delete.cpp | 29 ReportOutOfMemory(size, &stack); \ 38 ReportOutOfMemory(size, &stack); \ 47 ReportOutOfMemory(size, &stack); \ 56 ReportOutOfMemory(size, &stack); \
|
| H A D | hwasan_allocator.cpp | 217 ReportOutOfMemory(size, stack); in HwasanAllocate()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_new_delete.cpp | 67 ReportOutOfMemory(size, &stack); \ 76 ReportOutOfMemory(size, &stack); \ 85 ReportOutOfMemory(size, &stack); \ 94 ReportOutOfMemory(size, &stack); \
|
| H A D | asan_report.h | 77 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack);
|
| H A D | asan_report.cpp | 352 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory() function
|
| H A D | asan_allocator.cpp | 269 ReportOutOfMemory(size, stack_); in Allocate() 598 ReportOutOfMemory(size, stack); in Allocate()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_new_delete.cpp | 38 ReportOutOfMemory(size, &stack); \ 46 ReportOutOfMemory(size, &stack); \
|
| H A D | msan_allocator.cpp | 216 ReportOutOfMemory(size, stack); in MsanAllocate()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_new_delete.cpp | 34 ReportOutOfMemory(size, &stack); \ 41 ReportOutOfMemory(size, &stack); \
|
| H A D | dfsan_allocator.cpp | 125 ReportOutOfMemory(size, &stack); in DFsanAllocate()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_new_delete.cpp | 35 ReportOutOfMemory(size, &stack); \ 43 ReportOutOfMemory(size, &stack); \
|
| H A D | nsan_allocator.cpp | 126 ReportOutOfMemory(size, &stack); in NsanAllocate()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_new_delete.cpp | 37 ReportOutOfMemory(size, &stack); \ 43 ReportOutOfMemory(size, &stack); \
|
| H A D | memprof_allocator.cpp | 461 ReportOutOfMemory(size, stack); in Allocate()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_new_delete.cpp | 40 ReportOutOfMemory(size, &stack); \ 55 ReportOutOfMemory(size, &stack); \
|
| H A D | tsan_mman.cpp | 215 ReportOutOfMemory(sz, &stack); in user_alloc_internal()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_report.h | 35 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack);
|
| H A D | sanitizer_allocator_report.cpp | 128 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 257 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 263 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
| H A D | lsan_allocator.cpp | 106 ReportOutOfMemory(size, &stack); in Allocate()
|