Searched refs:ReportOutOfMemory (Results 1 – 20 of 20) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_new_delete.cpp | 29 ReportOutOfMemory(size, &stack); \ 35 ReportOutOfMemory(size, &stack); \
|
| H A D | hwasan_allocator.cpp | 156 ReportOutOfMemory(size, stack); in HwasanAllocate()
|
| /llvm-project-15.0.7/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 | 182 ReportOutOfMemory(size, stack); in MsanAllocate()
|
| /llvm-project-15.0.7/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 | 111 ReportOutOfMemory(size, &stack); in DFsanAllocate()
|
| /llvm-project-15.0.7/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 | 393 ReportOutOfMemory(size, stack); in Allocate()
|
| /llvm-project-15.0.7/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 | 228 ReportOutOfMemory(size, stack_); in Allocate() 536 ReportOutOfMemory(size, stack); in Allocate()
|
| H A D | asan_report.cpp | 323 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory() function
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_new_delete.cpp | 40 ReportOutOfMemory(size, &stack); \ 55 ReportOutOfMemory(size, &stack); \
|
| H A D | tsan_mman.cpp | 195 ReportOutOfMemory(sz, &stack); in user_alloc_internal()
|
| /llvm-project-15.0.7/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 | 201 ReportOutOfMemory(sz, &stack); in user_alloc_internal()
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 226 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 232 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
| H A D | lsan_allocator.cpp | 101 ReportOutOfMemory(size, &stack); in Allocate()
|