func runtime.runGCProg
6 uses
runtime (current package)
mbitmap.go#L1018: runGCProg(addb(typ.gcdata, 4), nil, ptrmask, 1)
mbitmap.go#L1479: totalBits = runGCProg(prog, nil, h.bitp, 2)
mbitmap.go#L1534: runGCProg(prog, &trailer[0], h.bitp, 2)
mbitmap.go#L1555: n = runGCProg(prog, nil, &x[0], 1)
mbitmap.go#L1584: func runGCProg(prog, trailer, dst *byte, size int) uintptr {
mbitmap.go#L1872: runGCProg(addb(prog, 4), nil, (*byte)(unsafe.Pointer(s.startAddr)), 1)
 |
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. |