const runtime.pageShift
3 uses
runtime (current package)
malloc.go#L117: pageShift = _PageShift
mpagealloc.go#L61: logPallocChunkBytes = logPallocChunkPages + pageShift
stack.go#L155: free [heapAddrBits - pageShift]mSpanList // free lists by log_2(s.npages)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)