Searched refs:ReportOutOfMemory (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/ |
| D | msan_new_delete.cpp | 36 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 41 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
| D | msan_allocator.cpp | 180 ReportOutOfMemory(size, stack); in MsanAllocate()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | dfsan_new_delete.cpp | 34 ReportOutOfMemory(size, &stack); \ 41 ReportOutOfMemory(size, &stack); \
|
| D | dfsan_allocator.cpp | 115 ReportOutOfMemory(size, &stack); in DFsanAllocate()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/ |
| D | hwasan_new_delete.cpp | 29 ReportOutOfMemory(size, &stack); \ 35 ReportOutOfMemory(size, &stack); \
|
| D | hwasan_allocator.cpp | 194 ReportOutOfMemory(size, stack); in HwasanAllocate()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/ |
| D | asan_new_delete.cpp | 76 ReportOutOfMemory(size, &stack); \ 82 ReportOutOfMemory(size, &stack); \
|
| D | asan_report.h | 76 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack);
|
| D | asan_allocator.cpp | 228 ReportOutOfMemory(size, stack_); in Allocate() 536 ReportOutOfMemory(size, stack); in Allocate()
|
| D | asan_report.cpp | 323 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory() function
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_new_delete.cpp | 40 ReportOutOfMemory(size, &stack); \ 55 ReportOutOfMemory(size, &stack); \
|
| D | tsan_mman.cpp | 201 ReportOutOfMemory(sz, &stack); in user_alloc_internal()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_allocator_report.h | 35 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack);
|
| D | sanitizer_allocator_report.cpp | 128 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory() function
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/lsan/ |
| D | lsan_interceptors.cpp | 226 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 232 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
| D | lsan_allocator.cpp | 101 ReportOutOfMemory(size, &stack); in Allocate()
|