func runtime.scanblock
12 uses
runtime (current package)
mgcmark.go#L176: scanblock(uintptr(unsafe.Pointer(&fb.fin[0])), cnt*unsafe.Sizeof(fb.fin[0]), &finptrmask[0], gcw, nil)
mgcmark.go#L269: scanblock(b, n, ptrmask, gcw, nil)
mgcmark.go#L376: scanblock(uintptr(unsafe.Pointer(&spf.fn)), sys.PtrSize, &oneptrmask[0], gcw, nil)
mgcmark.go#L741: scanblock(uintptr(unsafe.Pointer(&gp.sched.ctxt)), sys.PtrSize, &oneptrmask[0], gcw, &state)
mgcmark.go#L762: scanblock(uintptr(unsafe.Pointer(&d.fn)), sys.PtrSize, &oneptrmask[0], gcw, &state)
mgcmark.go#L767: scanblock(uintptr(unsafe.Pointer(&d.link)), sys.PtrSize, &oneptrmask[0], gcw, &state)
mgcmark.go#L773: scanblock(uintptr(unsafe.Pointer(&d)), sys.PtrSize, &oneptrmask[0], gcw, &state)
mgcmark.go#L831: scanblock(b, t.ptrdata, gcdata, gcw, &state)
mgcmark.go#L918: scanblock(frame.varp-size, size, locals.bytedata, gcw, state)
mgcmark.go#L923: scanblock(frame.argp, uintptr(args.n)*sys.PtrSize, args.bytedata, gcw, state)
mgcmark.go#L1167: func scanblock(b0, n0 uintptr, ptrmask *uint8, gcw *gcWork, stk *stackScanState) {
mheap.go#L1804: scanblock(uintptr(unsafe.Pointer(&s.fn)), sys.PtrSize, &oneptrmask[0], gcw, nil)
 |
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. |