runtime.traceBufPtr.set (method)
5 uses
runtime (current package)
trace.go#L173: func (tp *traceBufPtr) set(b *traceBuf) { *tp = traceBufPtr(unsafe.Pointer(b)) }
trace.go#L549: bufp.set(buf)
trace.go#L649: bufp.link.set(nil)
trace.go#L705: bufp.set(buf)
trace.go#L720: bufp.set(buf)
![]() |
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. |