func runtime.racereadrangepc
8 uses
runtime (current package)
mbarrier.go#L251: racereadrangepc(srcPtr, uintptr(n)*typ.size, callerpc, pc)
race0.go#L28: func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") }
slice.go#L72: racereadrangepc(from, copymem, callerpc, pc)
slice.go#L128: racereadrangepc(old.array, uintptr(old.len*int(et.size)), callerpc, funcPC(growslice))
slice.go#L265: racereadrangepc(fromPtr, size, callerpc, pc)
string.go#L88: racereadrangepc(unsafe.Pointer(ptr),
string.go#L152: racereadrangepc(unsafe.Pointer(ptr),
string.go#L203: racereadrangepc(unsafe.Pointer(&a[0]),
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |