Searched refs:user_pvalloc (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_mman_test.cpp | 147 p = user_pvalloc(thr, 0, 100); in TEST() 151 p = user_pvalloc(thr, 0, 0); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_mman.h | 45 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz);
|
| H A D | tsan_mman.cpp | 318 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { in user_pvalloc() function
|
| H A D | tsan_interceptors_posix.cpp | 838 return user_pvalloc(thr, pc, sz); in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.h | 47 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz);
|
| H A D | tsan_mman.cpp | 340 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { in user_pvalloc() function
|
| H A D | tsan_interceptors_posix.cpp | 843 return user_pvalloc(thr, pc, sz); in TSAN_INTERCEPTOR()
|