HomeSort by: relevance | last modified time | path
    Searched refs:__tsan_malloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
test.c 32 void __tsan_malloc(void *thr, void *pc, void *p, unsigned long sz);
76 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10);
79 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10);
tsan_go.cc 202 void __tsan_malloc(ThreadState *thr, uptr pc, uptr p, uptr sz) { function in namespace:__tsan

Completed in 63 milliseconds