Home
last modified time | relevance | path

Searched refs:ReportInvalidAlignedAllocAlignment (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h28 void NORETURN ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment,
H A Dsanitizer_allocator_report.cc75 void NORETURN ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment, in ReportInvalidAlignedAllocAlignment() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.h68 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment,
H A Dasan_report.cc281 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment, in ReportInvalidAlignedAllocAlignment() function
H A Dasan_allocator.cc933 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in asan_aligned_alloc()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc162 ReportInvalidAlignedAllocAlignment(size, alignment, &stack); in lsan_aligned_alloc()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc295 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in msan_aligned_alloc()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc274 ReportInvalidAlignedAllocAlignment(sz, align, &stack); in user_aligned_alloc()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc361 ReportInvalidAlignedAllocAlignment(size, alignment, stack); in hwasan_aligned_alloc()