Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_report.h67 void ReportInvalidAllocationAlignment(uptr alignment,
H A Dasan_report.cpp285 void ReportInvalidAllocationAlignment(uptr alignment, in ReportInvalidAllocationAlignment() function
H A Dasan_allocator.cpp1010 ReportInvalidAllocationAlignment(alignment, stack); in asan_memalign()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp248 ReportInvalidAllocationAlignment(alignment, &stack); in dfsan_memalign()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp187 ReportInvalidAllocationAlignment(alignment, &stack); in lsan_memalign()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp333 ReportInvalidAllocationAlignment(alignment, stack); in msan_memalign()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp281 ReportInvalidAllocationAlignment(align, &stack); in user_memalign()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp303 ReportInvalidAllocationAlignment(align, &stack); in user_memalign()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp427 ReportInvalidAllocationAlignment(alignment, stack); in hwasan_memalign()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp653 ReportInvalidAllocationAlignment(alignment, stack); in memprof_memalign()