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

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 202 void __tsan_malloc(ThreadState *thr, uptr pc, uptr p, uptr sz) { function
  /prebuilts/go/darwin-x86/src/runtime/
race.go 164 //go:linkname __tsan_malloc __tsan_malloc
165 var __tsan_malloc byte var
197 //go:cgo_import_static __tsan_malloc
334 racecall(&__tsan_malloc, 0, 0, uintptr(p), sz)
  /prebuilts/go/linux-x86/src/runtime/
race.go 164 //go:linkname __tsan_malloc __tsan_malloc
165 var __tsan_malloc byte var
197 //go:cgo_import_static __tsan_malloc
334 racecall(&__tsan_malloc, 0, 0, uintptr(p), sz)

Completed in 111 milliseconds