Searched refs:__tsan_malloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c31 void __tsan_malloc(void *thr, void *pc, void *p, unsigned long sz);
75 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10);
78 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10);
H A Dtsan_go.cpp212 void __tsan_malloc(ThreadState *thr, uptr pc, uptr p, uptr sz) { function

Completed in 90 milliseconds