runtime.MemProfileRecord.InUseObjects (method)

4 uses

	runtime (current package)
		mprof.go#L533: func (r *MemProfileRecord) InUseObjects() int64 {

	runtime/pprof
		pprof.go#L599: 		total.InUseObjects(), total.InUseBytes(),
		pprof.go#L606: 			r.InUseObjects(), r.InUseBytes(),
		protomem.go#L54: 		values[2], values[3] = scaleHeapSample(r.InUseObjects(), r.InUseBytes(), rate)