func runtime.racemalloc
4 uses
runtime (current package)
malloc.go#L1127: racemalloc(x, size)
proc.go#L4205: racemalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
race0.go#L40: func racemalloc(p unsafe.Pointer, sz uintptr) { throw("race") }
stack.go#L410: racemalloc(v, uintptr(n))
 |
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. |