Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h26 void NORETURN ReportInvalidAllocationAlignment(uptr alignment,
H A Dsanitizer_allocator_report.cc65 void NORETURN ReportInvalidAllocationAlignment(uptr alignment, in ReportInvalidAllocationAlignment() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.h66 void ReportInvalidAllocationAlignment(uptr alignment,
H A Dasan_report.cc273 void ReportInvalidAllocationAlignment(uptr alignment, in ReportInvalidAllocationAlignment() function
H A Dasan_allocator.cc922 ReportInvalidAllocationAlignment(alignment, stack); in asan_memalign()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc172 ReportInvalidAllocationAlignment(alignment, &stack); in lsan_memalign()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc305 ReportInvalidAllocationAlignment(alignment, stack); in msan_memalign()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc246 ReportInvalidAllocationAlignment(align, &stack); in user_memalign()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc371 ReportInvalidAllocationAlignment(alignment, stack); in hwasan_memalign()