runtime.pallocSum.max (method)
8 uses
runtime (current package)
mgcscavenge.go#L615: if p.summary[len(p.summary)-1][maxChunk].max() >= uint(minPages) {
mgcscavenge.go#L646: if p.summary[len(p.summary)-1][i].max() < uint(minPages) {
mpagealloc.go#L717: if sum.max() >= uint(npages) {
mpagealloc.go#L752: print("runtime: summary[", l-1, "][", lastSumIdx, "] = ", lastSum.start(), ", ", lastSum.max(), ", ", lastSum.end(), "\n")
mpagealloc.go#L758: print("runtime: summary[", l, "][", i+j, "] = (", sum.start(), ", ", sum.max(), ", ", sum.end(), ")\n")
mpagealloc.go#L776: print("runtime: summary[", len(p.summary)-1, "][", i, "] = (", sum.start(), ", ", sum.max(), ", ", sum.end(), ")\n")
mpagealloc.go#L818: if max := p.summary[len(p.summary)-1][i].max(); max >= uint(npages) {
mpagealloc.go#L940: func (p pallocSum) max() uint {
 |
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. |