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.2.8-preview. (GOOS=darwin GOARCH=arm64)