runtime.stackfreelist.list (field)
11 uses
runtime (current package)
mcache.go#L77: list gclinkptr // linked list of free stacks
stack.go#L279: c.stackcache[order].list = list
stack.go#L288: x := c.stackcache[order].list
stack.go#L298: c.stackcache[order].list = x
stack.go#L309: x := c.stackcache[order].list
stack.go#L315: c.stackcache[order].list = 0
stack.go#L373: x = c.stackcache[order].list
stack.go#L376: x = c.stackcache[order].list
stack.go#L378: c.stackcache[order].list = x.ptr().next
stack.go#L469: x.ptr().next = c.stackcache[order].list
stack.go#L470: c.stackcache[order].list = x
![]() |
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. |