Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cpp155 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
186 void* (*pvalloc)(uptr size); member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cc227 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
258 void* (*pvalloc)(uptr size); member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_linux.cc229 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
260 void* (*pvalloc)(uptr size); member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_interceptors.cc165 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cc163 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp189 INTERCEPTOR(void*, pvalloc, uptr size) { in INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc213 INTERCEPTOR(void *, pvalloc, SIZE_T size) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc820 TSAN_INTERCEPTOR(void*, pvalloc, uptr sz) { in TSAN_INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc831 TSAN_INTERCEPTOR(void*, pvalloc, uptr sz) { in TSAN_INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp816 TSAN_INTERCEPTOR(void*, pvalloc, uptr sz) { in TSAN_INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3475 TEST(MemorySanitizer, pvalloc) { in TEST() argument