type runtime.gcWork

22 uses

	runtime (current package)
		mgcmark.go#L148: func markroot(gcw *gcWork, i uint32) {
		mgcmark.go#L248: func markrootBlock(b0, n0 uintptr, ptrmask0 *uint8, gcw *gcWork, shard int) {
		mgcmark.go#L306: func markrootSpans(gcw *gcWork, shard int) {
		mgcmark.go#L695: func scanstack(gp *g, gcw *gcWork) {
		mgcmark.go#L864: func scanframeworker(frame *stkframe, state *stackScanState, gcw *gcWork) {
		mgcmark.go#L981: func gcDrain(gcw *gcWork, flags gcDrainFlags) {
		mgcmark.go#L1095: func gcDrainN(gcw *gcWork, scanWork int64) int64 {
		mgcmark.go#L1167: func scanblock(b0, n0 uintptr, ptrmask *uint8, gcw *gcWork, stk *stackScanState) {
		mgcmark.go#L1205: func scanobject(b uintptr, gcw *gcWork) {
		mgcmark.go#L1303: func scanConservative(b, n uintptr, ptrmask *uint8, gcw *gcWork, state *stackScanState) {
		mgcmark.go#L1408: func greyobject(obj, base, off uintptr, span *mspan, gcw *gcWork, objIndex uintptr) {
		mgcwork.go#L55: type gcWork struct {
		mgcwork.go#L98: func (w *gcWork) init() {
		mgcwork.go#L110: func (w *gcWork) put(obj uintptr) {
		mgcwork.go#L148: func (w *gcWork) putFast(obj uintptr) bool {
		mgcwork.go#L165: func (w *gcWork) putBatch(obj []uintptr) {
		mgcwork.go#L201: func (w *gcWork) tryGet() uintptr {
		mgcwork.go#L230: func (w *gcWork) tryGetFast() uintptr {
		mgcwork.go#L250: func (w *gcWork) dispose() {
		mgcwork.go#L286: func (w *gcWork) balance() {
		mgcwork.go#L308: func (w *gcWork) empty() bool {
		runtime2.go#L673: 	gcw gcWork