Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_checks.h70 inline bool CheckForPvallocOverflow(uptr size, uptr page_size) { in CheckForPvallocOverflow() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_allocator.cpp248 if (UNLIKELY(CheckForPvallocOverflow(size, PageSize))) { in dfsan_pvalloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.cpp249 if (UNLIKELY(CheckForPvallocOverflow(size, PageSize))) { in lsan_pvalloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_allocator.cpp366 if (UNLIKELY(CheckForPvallocOverflow(size, PageSize))) { in msan_pvalloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_mman.cpp356 if (UNLIKELY(CheckForPvallocOverflow(sz, PageSize))) { in user_pvalloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.cpp486 if (UNLIKELY(CheckForPvallocOverflow(size, PageSize))) { in hwasan_pvalloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_allocator.cpp701 if (UNLIKELY(CheckForPvallocOverflow(size, PageSize))) { in memprof_pvalloc()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.cpp1047 if (UNLIKELY(CheckForPvallocOverflow(size, PageSize))) { in asan_pvalloc()