runtime.mstats.last_heap_inuse (field)
3 uses
runtime (current package)
mgc.go#L1696: memstats.last_heap_inuse = memstats.heap_inuse
mgcscavenge.go#L127: retainedGoal := uint64(float64(memstats.last_heap_inuse) * goalRatio)
mstats.go#L97: last_heap_inuse uint64 // heap_inuse at mark termination of the previous GC
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)