runtime.gclink.next (field)
9 uses
runtime (current package)
mcache.go#L62: next gclinkptr
stack.go#L204: x.ptr().next = s.manualFreeList
stack.go#L213: s.manualFreeList = x.ptr().next
stack.go#L232: x.ptr().next = s.manualFreeList
stack.go#L274: x.ptr().next = list
stack.go#L292: y := x.ptr().next
stack.go#L311: y := x.ptr().next
stack.go#L378: c.stackcache[order].list = x.ptr().next
stack.go#L469: x.ptr().next = c.stackcache[order].list
![]() |
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. |