Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp220 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
251 void* (*pvalloc)(uptr size); member
263 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc),
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp62 INTERCEPTOR_ATTRIBUTE void *pvalloc(size_t size) { in pvalloc() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp124 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument
236 INTERCEPT_FUNCTION(pvalloc); in initialize_interceptors()
H A Ddone_abilist.txt60 fun:pvalloc=discard
H A Dlibc_ubuntu1404_abilist.txt2677 fun:pvalloc=uninstrumented
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp179 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
184 #define LSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp166 INTERCEPTOR_ALIAS(void *, pvalloc, SIZE_T size);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc107 INTERFACE WEAK void *SCUDO_PREFIX(pvalloc)(size_t size) {
116 // pvalloc(0) should allocate one page.
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp216 INTERCEPTOR(void *, pvalloc, uptr size) { in INTERCEPTOR() argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp213 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument
217 #define MSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp829 TSAN_INTERCEPTOR(void*, pvalloc, uptr sz) { in TSAN_INTERCEPTOR() argument
835 SCOPED_INTERCEPTOR_RAW(pvalloc, sz); in TSAN_INTERCEPTOR()
838 #define TSAN_MAYBE_INTERCEPT_PVALLOC TSAN_INTERCEPT(pvalloc)
/freebsd-13.1/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c482 #define public_pVALLOc pvalloc