runtime.stackfreelist.size (field)
8 uses
runtime (current package)
mcache.go#L78: size uintptr // total size of stacks in list
stack.go#L280: c.stackcache[order].size = size
stack.go#L289: size := c.stackcache[order].size
stack.go#L299: c.stackcache[order].size = size
stack.go#L316: c.stackcache[order].size = 0
stack.go#L379: c.stackcache[order].size -= uintptr(n)
stack.go#L466: if c.stackcache[order].size >= _StackCacheSize {
stack.go#L471: c.stackcache[order].size += 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. |