runtime.mstats.last_next_gc (field)
4 uses
runtime (current package)
mgc.go#L1695: memstats.last_next_gc = memstats.next_gc
mgcscavenge.go#L121: if memstats.last_next_gc == 0 {
mgcscavenge.go#L126: goalRatio := float64(atomic.Load64(&memstats.next_gc)) / float64(memstats.last_next_gc)
mstats.go#L96: last_next_gc uint64 // next_gc for the previous GC
![]() |
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. |