func runtime.packPallocSum
6 uses
runtime (current package)
mpagealloc.go#L656: lastSum := packPallocSum(0, 0, 0)
mpagealloc.go#L922: func packPallocSum(start, max, end uint) pallocSum {
mpagealloc.go#L1006: return packPallocSum(start, max, end)
mpallocbits.go#L151: return packPallocSum(n, n, n)
mpallocbits.go#L158: return packPallocSum(start, max, cur)
mpallocbits.go#L215: return packPallocSum(start, max, cur)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |