Searched refs:__tsan_malloc (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/tsan/go/ |
D | test.c | 30 void __tsan_malloc(void *thr, void *pc, void *p, unsigned long sz); 59 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main() 62 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main()
|
D | tsan_go.cc | 202 void __tsan_malloc(ThreadState *thr, uptr pc, uptr p, uptr sz) { in __tsan_malloc() function
|