Searched refs:user_aligned_alloc (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_mman.h | 39 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz);
|
H A D | tsan_mman.cc | 266 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_aligned_alloc() function
|
H A D | tsan_interceptors.cc | 808 return user_aligned_alloc(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_mman.h | 41 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz);
|
H A D | tsan_mman.cc | 268 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_aligned_alloc() function
|
H A D | tsan_interceptors.cc | 819 return user_aligned_alloc(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_mman.h | 41 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz);
|
H A D | tsan_mman.cpp | 283 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_aligned_alloc() function
|
H A D | tsan_interceptors_posix.cpp | 804 return user_aligned_alloc(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
H A D | tsan_mman_test.cc | 192 void *p = user_aligned_alloc(thr, 0, 8, 64); in TEST()
|