Searched refs:user_pvalloc (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mman.h43 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz);
H A Dtsan_mman.cc283 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { function in namespace:__tsan
H A Dtsan_interceptors.cc838 return user_pvalloc(thr, pc, sz);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mman.h41 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz);
H A Dtsan_mman.cc281 void *user_pvalloc(ThreadState *thr, uptr pc, uptr sz) { function in namespace:__tsan
H A Dtsan_interceptors.cc827 return user_pvalloc(thr, pc, sz);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
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) { function in namespace:__tsan
H A Dtsan_interceptors_posix.cpp823 return user_pvalloc(thr, pc, sz);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_mman_test.cc148 p = user_pvalloc(thr, 0, 100);
152 p = user_pvalloc(thr, 0, 0);

Completed in 130 milliseconds