Searched defs:pvalloc (Results 1 – 7 of 7) sorted by relevance
/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
|
/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/dfsan/ |
H A D | dfsan_interceptors.cpp | 99 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 332 INTERCEPTOR(void *, pvalloc, size_t size) { in INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 189 INTERCEPTOR(void *,pvalloc,uptr size) INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 204 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument
|
/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
|