runtime.MemStats.HeapIdle (field)
4 uses
runtime (current package)
heapdump.go#L575: dumpint(m.HeapIdle)
mstats.go#L271: HeapIdle uint64
mstats.go#L508: stats.HeapIdle = memstats.heap_sys.load() - memstats.heap_inuse
runtime/pprof
pprof.go#L627: fmt.Fprintf(w, "# HeapIdle = %d\n", s.HeapIdle)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)