Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.h43 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz);
H A Dtsan_mman.cpp298 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { in user_pvalloc() function
H A Dtsan_interceptors_posix.cpp836 return user_pvalloc(thr, pc, sz); in TSAN_INTERCEPTOR()