Searched refs:ReportOutOfMemory (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_new_delete.cpp | 28 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 34 ReportOutOfMemory(size, &stack); \
|
| H A D | hwasan_allocator.cpp | 147 ReportOutOfMemory(size, stack); in HwasanAllocate()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_new_delete.cpp | 36 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 41 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
| H A D | msan_allocator.cpp | 177 ReportOutOfMemory(size, stack); in MsanAllocate()
|
| /freebsd-13.1/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 | 105 ReportOutOfMemory(size, &stack); in DFsanAllocate()
|
| /freebsd-13.1/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 | 567 ReportOutOfMemory(size, stack); in Allocate()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_new_delete.cpp | 76 ReportOutOfMemory(size, &stack); \ 82 ReportOutOfMemory(size, &stack); \
|
| H A D | asan_report.h | 76 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack);
|
| H A D | asan_allocator.cpp | 230 ReportOutOfMemory(size, stack_); in Allocate() 547 ReportOutOfMemory(size, stack); in Allocate()
|
| H A D | asan_report.cpp | 321 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory() function
|
| /freebsd-13.1/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 | 175 ReportOutOfMemory(sz, &stack); in user_alloc_internal()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 216 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 222 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
| H A D | lsan_allocator.cpp | 96 ReportOutOfMemory(size, &stack); in Allocate()
|