Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_checks.h44 inline bool CheckAlignedAllocAlignmentAndSize(uptr alignment, uptr size) { in CheckAlignedAllocAlignmentAndSize() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_allocator.cpp261 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in dfsan_aligned_alloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.cpp196 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in lsan_aligned_alloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_allocator.cpp379 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in msan_aligned_alloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_mman.cpp340 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(align, sz))) { in user_aligned_alloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.cpp498 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in hwasan_aligned_alloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_allocator.cpp725 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in memprof_aligned_alloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.cpp1072 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in asan_aligned_alloc()