Home
last modified time | relevance | path

Searched defs:pvalloc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp152 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
183 void* (*pvalloc)(uptr size); member
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp139 INTERCEPTOR(void *, pvalloc, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp99 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp332 INTERCEPTOR(void *, pvalloc, size_t size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp189 INTERCEPTOR(void *,pvalloc,uptr size) INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp204 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp836 TSAN_INTERCEPTOR(void*, pvalloc, uptr sz) { in TSAN_INTERCEPTOR() argument