var runtime.allglen
6 uses
runtime (current package)
heapdump.go#L407: for i := 0; uintptr(i) < allglen; i++ {
mgcmark.go#L105: work.nStackRoots = int(atomic.Loaduintptr(&allglen))
proc.go#L514: allglen uintptr
proc.go#L528: atomic.Storeuintptr(&allglen, uintptr(len(allgs)))
proc.go#L534: length := atomic.Loaduintptr(&allglen)
proc.go#L4340: n := int32(atomic.Loaduintptr(&allglen)) - sched.gFree.n - int32(atomic.Load(&sched.ngsys))
 |
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. |