Searched refs:ReportOutOfMemory (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_new_delete.cc | 37 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 42 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
| H A D | msan_allocator.cc | 167 ReportOutOfMemory(size, stack); in MsanAllocate()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_new_delete.cc | 83 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 93 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
| H A D | asan_report.h | 75 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack);
|
| H A D | asan_allocator.cc | 172 ReportOutOfMemory(size, stack_); in Allocate() 463 ReportOutOfMemory(size, stack); in Allocate()
|
| H A D | asan_report.cc | 311 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_new_delete.cc | 41 ReportOutOfMemory(size, &stack); \ 56 ReportOutOfMemory(size, &stack); \
|
| H A D | tsan_mman.cc | 170 ReportOutOfMemory(sz, &stack); in user_alloc_internal()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_report.h | 34 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack);
|
| H A D | sanitizer_allocator_report.cc | 116 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_new_delete.cc | 36 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
| H A D | hwasan_allocator.cc | 162 ReportOutOfMemory(size, stack); in HwasanAllocate()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cc | 202 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 208 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
| H A D | lsan_allocator.cc | 90 ReportOutOfMemory(size, &stack); in Allocate()
|