const runtime.maxPagesPerPhysPage

3 uses

	runtime (current package)
		mgcscavenge.go#L82: 	maxPagesPerPhysPage = maxPhysPageSize / pageSize
		mgcscavenge.go#L812: 	} else if min > maxPagesPerPhysPage {
		mgcscavenge.go#L859: 	} else if min > maxPagesPerPhysPage {