/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 152 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument 183 void* (*pvalloc)(uptr size); member 195 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc),
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 332 INTERCEPTOR(void *, pvalloc, size_t size) { in INTERCEPTOR() argument 334 return REAL(pvalloc)(size); in INTERCEPTOR() 396 INTERCEPT_FUNCTION(pvalloc); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 99 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument 211 INTERCEPT_FUNCTION(pvalloc); in initialize_interceptors()
|
H A D | done_abilist.txt | 76 fun:pvalloc=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2683 fun:pvalloc=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 139 INTERCEPTOR(void *, pvalloc, uptr size) { in INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 191 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() 196 #define LSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc) 189 INTERCEPTOR(void *,pvalloc,uptr size) INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocation_functions.cpp | 185 INTERCEPTOR_ALIAS(void *, pvalloc, SIZE_T size);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c.inc | 165 INTERFACE WEAK void *SCUDO_PREFIX(pvalloc)(size_t size) { 174 // pvalloc(0) should allocate one page.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
H A D | rtsan_test_interceptors.cpp | 140 auto Func = []() { EXPECT_NE(pvalloc(2048), nullptr); }; in TEST()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 204 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument 208 #define MSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 836 TSAN_INTERCEPTOR(void*, pvalloc, uptr sz) { in TSAN_INTERCEPTOR() argument 842 SCOPED_INTERCEPTOR_RAW(pvalloc, sz); in TSAN_INTERCEPTOR() 845 #define TSAN_MAYBE_INTERCEPT_PVALLOC TSAN_INTERCEPT(pvalloc)
|