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