runtime.MemProfileRecord.FreeObjects (field)
4 uses
runtime (current package)
mprof.go#L956: AllocObjects, FreeObjects int64 // number of objects allocated, freed
mprof.go#L965: return r.AllocObjects - r.FreeObjects
mprof.go#L1081: dst.FreeObjects = src.FreeObjects
runtime/pprof
pprof.go#L651: total.FreeObjects += r.FreeObjects
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)