runtime.MemProfileRecord.AllocObjects (field)
10 uses
runtime (current package)
mprof.go#L525: AllocObjects, FreeObjects int64 // number of objects allocated, freed
mprof.go#L534: return r.AllocObjects - r.FreeObjects
mprof.go#L622: r.AllocObjects = int64(mp.active.allocs)
runtime/pprof
pprof.go#L590: total.AllocObjects += r.AllocObjects
pprof.go#L600: total.AllocObjects, total.AllocBytes,
pprof.go#L607: r.AllocObjects, r.AllocBytes)
protomem.go#L53: values[0], values[1] = scaleHeapSample(r.AllocObjects, r.AllocBytes, rate)
protomem.go#L56: if r.AllocObjects > 0 {
protomem.go#L57: blockSize = r.AllocBytes / r.AllocObjects
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)