Searched refs:user_aligned_alloc (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_mman.h | 43 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz);
|
| H A D | tsan_mman.cpp | 303 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_aligned_alloc() function
|
| H A D | tsan_interceptors_posix.cpp | 819 return user_aligned_alloc(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.h | 45 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz);
|
| H A D | tsan_mman.cpp | 325 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_aligned_alloc() function
|
| H A D | tsan_interceptors_posix.cpp | 824 return user_aligned_alloc(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_mman_test.cpp | 191 void *p = user_aligned_alloc(thr, 0, 8, 64); in TEST()
|