runtime.gcWork.tryGetFast (method)

3 uses

	runtime (current package)
		mgcmark.go#L1033: 		b := gcw.tryGetFast()
		mgcmark.go#L1116: 		b := gcw.tryGetFast()
		mgcwork.go#L230: func (w *gcWork) tryGetFast() uintptr {