runtime.MemProfileRecord.InUseObjects (method)
4 uses
runtime (current package)
mprof.go#L507: func (r *MemProfileRecord) InUseObjects() int64 {
runtime/pprof
pprof.go#L598: total.InUseObjects(), total.InUseBytes(),
pprof.go#L605: r.InUseObjects(), r.InUseBytes(),
protomem.go#L54: values[2], values[3] = scaleHeapSample(r.InUseObjects(), r.InUseBytes(), rate)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)