Home
last modified time | relevance | path

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 Dtsan_mman_test.cpp147 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 Dtsan_mman.h45 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz);
H A Dtsan_mman.cpp318 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { in user_pvalloc() function
H A Dtsan_interceptors_posix.cpp838 return user_pvalloc(thr, pc, sz); in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.h47 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz);
H A Dtsan_mman.cpp340 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { in user_pvalloc() function
H A Dtsan_interceptors_posix.cpp843 return user_pvalloc(thr, pc, sz); in TSAN_INTERCEPTOR()