runtime.mstats.nfree (field)
7 uses
runtime (current package)
mstats.go#L28: nfree uint64 // number of frees
mstats.go#L489: stats.Frees = memstats.nfree
mstats.go#L628: memstats.nfree = 0
mstats.go#L641: memstats.nfree += uint64(consStats.largeFreeCount)
mstats.go#L654: memstats.nfree += f
mstats.go#L659: memstats.nfree += memstats.tinyallocs
mstats.go#L665: memstats.heap_objects = memstats.nmalloc - memstats.nfree
![]() |
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. |