Searched refs:ReportInvalidAlignedAllocAlignment (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_report.h | 28 void NORETURN ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment,
|
| H A D | sanitizer_allocator_report.cc | 75 void NORETURN ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment, in ReportInvalidAlignedAllocAlignment() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 68 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment,
|
| H A D | asan_report.cc | 281 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment, in ReportInvalidAlignedAllocAlignment() function
|
| H A D | asan_allocator.cc | 933 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in asan_aligned_alloc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cc | 162 ReportInvalidAlignedAllocAlignment(size, alignment, &stack); in lsan_aligned_alloc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cc | 295 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in msan_aligned_alloc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cc | 274 ReportInvalidAlignedAllocAlignment(sz, align, &stack); in user_aligned_alloc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cc | 361 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in hwasan_aligned_alloc()
|