Home
last modified time | relevance | path

Searched refs:ReportInvalidAllocationAlignment (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h27 void NORETURN ReportInvalidAllocationAlignment(uptr alignment,
H A Dsanitizer_allocator_report.cpp76 void NORETURN ReportInvalidAllocationAlignment(uptr alignment, in ReportInvalidAllocationAlignment() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h68 void ReportInvalidAllocationAlignment(uptr alignment,
H A Dasan_report.cpp285 void ReportInvalidAllocationAlignment(uptr alignment, in ReportInvalidAllocationAlignment() function
H A Dasan_allocator.cpp1057 ReportInvalidAllocationAlignment(alignment, stack); in asan_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp274 ReportInvalidAllocationAlignment(alignment, &stack); in dfsan_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp210 ReportInvalidAllocationAlignment(alignment, &stack); in lsan_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp395 ReportInvalidAllocationAlignment(alignment, stack); in msan_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp306 ReportInvalidAllocationAlignment(align, &stack); in user_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp511 ReportInvalidAllocationAlignment(alignment, stack); in hwasan_memalign()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp658 ReportInvalidAllocationAlignment(alignment, stack); in memprof_memalign()