Searched refs:user_valloc (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cc | 56 void *p = user_valloc(thr, pc, size)
|
H A D | tsan_mman.h | 42 void *user_valloc(ThreadState *thr, uptr pc, uptr sz);
|
H A D | tsan_mman.cc | 279 void *user_valloc(ThreadState *thr, uptr pc, uptr sz) { in user_valloc() function
|
H A D | tsan_interceptors.cc | 826 return user_valloc(thr, pc, sz); in TSAN_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_malloc_mac.cc | 54 void *p = user_valloc(thr, pc, size)
|
H A D | tsan_mman.h | 40 void *user_valloc(ThreadState *thr, uptr pc, uptr sz);
|
H A D | tsan_mman.cc | 277 void *user_valloc(ThreadState *thr, uptr pc, uptr sz) { in user_valloc() function
|
H A D | tsan_interceptors.cc | 815 return user_valloc(thr, pc, sz); in TSAN_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_malloc_mac.cpp | 55 void *p = user_valloc(thr, pc, size)
|
H A D | tsan_mman.h | 42 void *user_valloc(ThreadState *thr, uptr pc, uptr sz);
|
H A D | tsan_mman.cpp | 294 void *user_valloc(ThreadState *thr, uptr pc, uptr sz) { in user_valloc() function
|
H A D | tsan_interceptors_posix.cpp | 811 return user_valloc(thr, pc, sz); in TSAN_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
H A D | tsan_mman_test.cc | 144 void *p = user_valloc(thr, 0, 100); in TEST()
|