const internal/runtime/math.MaxUint32

3 uses

	internal/runtime/math (current package)
		math.go#L11: 	MaxUint32  = ^uint32(0)

	runtime
		mcleanup.go#L605: 		if work > uint64(math.MaxUint32) {
		mcleanup.go#L607: 			extra = math.MaxUint32