/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
H A D | tsan_mman_test.cc | 165 void *p = user_memalign(thr, 0, 8, 100); in TEST() 172 EXPECT_DEATH(p = user_memalign(thr, 0, 7, 100), in TEST()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cc | 30 user_memalign(cur_thread(), StackTrace::GetCurrentPc(), alignment, size)
|
H A D | tsan_mman.h | 38 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz);
|
H A D | tsan_new_delete.cc | 53 p = user_memalign(thr, pc, (uptr)align, size); \
|
H A D | tsan_mman.cc | 240 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_memalign() function
|
H A D | tsan_interceptors.cc | 686 return user_memalign(thr, pc, align, sz); in TSAN_INTERCEPTOR() 807 return user_memalign(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_malloc_mac.cc | 28 user_memalign(cur_thread(), StackTrace::GetCurrentPc(), alignment, size)
|
H A D | tsan_mman.h | 36 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz);
|
H A D | tsan_new_delete.cc | 51 p = user_memalign(thr, pc, (uptr)align, size); \
|
H A D | tsan_mman.cc | 238 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_memalign() function
|
H A D | tsan_interceptors.cc | 675 return user_memalign(thr, pc, align, sz); in TSAN_INTERCEPTOR() 796 return user_memalign(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_malloc_mac.cpp | 29 user_memalign(cur_thread(), StackTrace::GetCurrentPc(), alignment, size)
|
H A D | tsan_mman.h | 38 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz);
|
H A D | tsan_new_delete.cpp | 52 p = user_memalign(thr, pc, (uptr)align, size); \
|
H A D | tsan_mman.cpp | 255 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_memalign() function
|
H A D | tsan_interceptors_posix.cpp | 659 return user_memalign(thr, pc, align, sz); in TSAN_INTERCEPTOR() 792 return user_memalign(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|