runtime.traceBufHeader.link (field)
9 uses
runtime (current package)
trace.go#L149: link traceBufPtr // in trace.empty/full
trace.go#L363: trace.empty = buf.ptr().link
trace.go#L397: buf.ptr().link = trace.empty
trace.go#L488: buf.ptr().link = 0
trace.go#L492: trace.fullTail.ptr().link = buf
trace.go#L503: trace.fullHead = buf.ptr().link
trace.go#L507: buf.ptr().link = 0
trace.go#L641: trace.empty = buf.ptr().link
trace.go#L649: bufp.link.set(nil)
![]() |
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. |