runtime.MemStats.NextGC (field)

4 uses

	runtime (current package)
		heapdump.go#L588: 	dumpint(m.NextGC)
		mstats.go#L363: 	NextGC uint64
		mstats.go#L526: 	stats.NextGC = memstats.next_gc

	runtime/pprof
		pprof.go#L639: 	fmt.Fprintf(w, "# NextGC = %d\n", s.NextGC)