Searched refs:user_aligned_alloc (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 849 return user_aligned_alloc(thr, pc, align, sz); in TSAN_INTERCEPTOR()
|
| /openbsd-src/gnu/llvm/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()
|