Home
last modified time | relevance | path

Searched refs:user_pvalloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.h47 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz);
H A Dtsan_mman.cpp354 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()