const runtime.maxObletBytes
6 uses
runtime (current package)
mgcmark.go#L31: maxObletBytes = 128 << 10
mgcmark.go#L1218: if n > maxObletBytes {
mgcmark.go#L1238: for oblet := b + maxObletBytes; oblet < s.base()+s.elemsize; oblet += maxObletBytes {
mgcmark.go#L1249: if n > maxObletBytes {
mgcmark.go#L1250: n = maxObletBytes
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |