Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp277 ReportInvalidAllocationAlignment(alignment, &stack); in dfsan_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp210 ReportInvalidAllocationAlignment(alignment, &stack); in lsan_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp395 ReportInvalidAllocationAlignment(alignment, stack); in msan_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp317 ReportInvalidAllocationAlignment(align, &stack); in user_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp286 void ReportInvalidAllocationAlignment(uptr alignment, in ReportInvalidAllocationAlignment() function
H A Dasan_allocator.cpp1065 ReportInvalidAllocationAlignment(alignment, stack); in asan_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp512 ReportInvalidAllocationAlignment(alignment, stack); in hwasan_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp718 ReportInvalidAllocationAlignment(alignment, stack); in memprof_memalign()