const internal/runtime/math.MaxUint32

3 uses

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

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