HomeSort by relevance Sort by last modified time
    Searched refs:__tsan_malloc (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/go/
test.c 25 void __tsan_malloc(void *p, unsigned long sz);
40 __tsan_malloc(buf, 10);
44 __tsan_malloc(buf, 10);
tsan_go.cc 160 void __tsan_malloc(void *p, uptr sz) { function

Completed in 387 milliseconds