Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_mman.h47 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz);
HDtsan_mman.cpp354 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { in user_pvalloc() function
HDtsan_interceptors_posix.cpp843 return user_pvalloc(thr, pc, sz); in TSAN_INTERCEPTOR()