const runtime.pallocSumBytes
4 uses
runtime (current package)
mpagealloc.go#L902: pallocSumBytes = unsafe.Sizeof(pallocSum(0))
mpagealloc_64bit.go#L77: b := alignUp(uintptr(entries)*pallocSumBytes, physPageSize)
mpagealloc_64bit.go#L117: baseOffset := alignDown(uintptr(sumIdxBase)*pallocSumBytes, physPageSize)
mpagealloc_64bit.go#L118: limitOffset := alignUp(uintptr(sumIdxLimit)*pallocSumBytes, physPageSize)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)