Home
last modified time | relevance | path

Searched refs:CheckAlignedAllocAlignmentAndSize (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_checks.h45 INLINE bool CheckAlignedAllocAlignmentAndSize(uptr alignment, uptr size) { in CheckAlignedAllocAlignmentAndSize() function
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc158 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in lsan_aligned_alloc()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc291 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in msan_aligned_alloc()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc269 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(align, sz))) { in user_aligned_alloc()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc357 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in hwasan_aligned_alloc()
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp701 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(Alignment, Size))) { in scudoAlignedAlloc()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc929 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in asan_aligned_alloc()