const runtime.rootBlockBytes
6 uses
runtime (current package)
mgcmark.go#L22: rootBlockBytes = 256 << 10
mgcmark.go#L63: return int(divRoundUp(bytes, rootBlockBytes))
mgcmark.go#L249: if rootBlockBytes%(8*sys.PtrSize) != 0 {
mgcmark.go#L257: off := uintptr(shard) * rootBlockBytes
mgcmark.go#L262: ptrmask := (*uint8)(add(unsafe.Pointer(ptrmask0), uintptr(shard)*(rootBlockBytes/(8*sys.PtrSize))))
mgcmark.go#L263: n := uintptr(rootBlockBytes)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)