Searched refs:__tsan_malloc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
H A D | test.c | 31 void __tsan_malloc(void *thr, void *pc, void *p, unsigned long sz); 76 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main() 79 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main()
|
H A D | tsan_go.cpp | 209 void __tsan_malloc(ThreadState *thr, uptr pc, uptr p, uptr sz) { in __tsan_malloc() function
|