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.2.8-preview. (GOOS=darwin GOARCH=arm64)