runtime.mheap.scavengeGoal (field)
7 uses
runtime (current package)
mgcscavenge.go#L122: mheap_.scavengeGoal = ^uint64(0)
mgcscavenge.go#L154: mheap_.scavengeGoal = ^uint64(0)
mgcscavenge.go#L157: mheap_.scavengeGoal = retainedGoal
mgcscavenge.go#L296: retained, goal := heapRetained(), mheap_.scavengeGoal
mheap.go#L115: scavengeGoal uint64
mheap.go#L1397: if retained := heapRetained(); retained+uint64(totalGrowth) > h.scavengeGoal {
mheap.go#L1399: if overage := uintptr(retained + uint64(totalGrowth) - h.scavengeGoal); todo > overage {
![]() |
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. |