Searched refs:OnUserAlloc (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h720 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write);
H A Dtsan_mman.cpp181 OnUserAlloc(thr, pc, (uptr)p, sz, true);
223 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { function in namespace:__tsan
H A Dtsan_interface_java.cpp100 OnUserAlloc(thr, pc, ptr, size, false);

Completed in 61 milliseconds