Searched refs:ReportOutOfMemory (Results 1 – 16 of 16) sorted by relevance
/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 | 215 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 | 122 ReportOutOfMemory(size, &stack); in DFsanAllocate()
|
/freebsd/contrib/llvm-project/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 | 217 ReportOutOfMemory(size, stack); in HwasanAllocate()
|
/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 | 226 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ 232 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\
|
H A D | lsan_allocator.cpp | 106 ReportOutOfMemory(size, &stack); in Allocate()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_report.cpp | 324 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack) { in ReportOutOfMemory() function
|
H A D | asan_allocator.cpp | 268 ReportOutOfMemory(size, stack_); in Allocate() 592 ReportOutOfMemory(size, stack); in Allocate()
|