Searched refs:pvalloc (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 220 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 D | scudo_malloc.cpp | 62 INTERCEPTOR_ATTRIBUTE void *pvalloc(size_t size) { in pvalloc() function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 124 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument 236 INTERCEPT_FUNCTION(pvalloc); in initialize_interceptors()
|
| H A D | done_abilist.txt | 60 fun:pvalloc=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2677 fun:pvalloc=uninstrumented
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 179 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 D | hwasan_allocation_functions.cpp | 166 INTERCEPTOR_ALIAS(void *, pvalloc, SIZE_T size);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | wrappers_c.inc | 107 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 D | memprof_malloc_linux.cpp | 216 INTERCEPTOR(void *, pvalloc, uptr size) { in INTERCEPTOR() argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 213 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 D | tsan_interceptors_posix.cpp | 829 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 D | malloc.c | 482 #define public_pVALLOc pvalloc
|