Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc229 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
260 void* (*pvalloc)(uptr size); member
272 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc),
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp63 INTERCEPTOR_ATTRIBUTE void *pvalloc(size_t size) { in pvalloc() function
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc165 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
170 #define LSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc)
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cc212 INTERCEPTOR_ALIAS(void *, pvalloc, SIZE_T size);
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc213 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument
217 #define MSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc)
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc826 TSAN_INTERCEPTOR(void*, pvalloc, uptr sz) { in TSAN_INTERCEPTOR() argument
832 SCOPED_INTERCEPTOR_RAW(pvalloc, sz); in TSAN_INTERCEPTOR()
835 #define TSAN_MAYBE_INTERCEPT_PVALLOC TSAN_INTERCEPT(pvalloc)
/freebsd-12.1/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c482 #define public_pVALLOc pvalloc
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2677 fun:pvalloc=uninstrumented