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
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |