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.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. |