runtime.pageAlloc.summary (field)
34 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#L197: summary [summaryLevels][]pallocSum
mpagealloc.go#L428: x := p.summary[len(p.summary)-1][sc]
mpagealloc.go#L433: p.summary[len(p.summary)-1][sc] = y
mpagealloc.go#L437: summary := p.summary[len(p.summary)-1]
mpagealloc.go#L444: whole := p.summary[len(p.summary)-1][sc+1 : ec]
mpagealloc.go#L464: summary := p.summary[len(p.summary)-1]
mpagealloc.go#L472: for l := len(p.summary) - 2; l >= 0 && changed; l-- {
mpagealloc.go#L486: children := p.summary[l+1][i<mpagealloc.go#L488: old := p.summary[l][i]
mpagealloc.go#L491: p.summary[l][i] = sum
mpagealloc.go#L660: for l := 0; l < len(p.summary); l++ {
mpagealloc.go#L670: entries := p.summary[l][i : i+entriesPerBlock]
mpagealloc.go#L775: sum := p.summary[len(p.summary)-1][i]
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_64bit.go#L85: p.summary[l] = *(*[]pallocSum)(unsafe.Pointer(&sl))
mpagealloc_64bit.go#L119: base := unsafe.Pointer(&p.summary[level][0])
mpagealloc_64bit.go#L146: for l := range p.summary {
mpagealloc_64bit.go#L154: if needIdxLimit > len(p.summary[l]) {
mpagealloc_64bit.go#L155: p.summary[l] = p.summary[l][:needIdxLimit]
mpagecache.go#L126: if p.summary[len(p.summary)-1][ci] != 0 {
 |
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. |