runtime.MemProfileRecord.InUseBytes (method)

2 uses

	runtime (current package)
		mprof.go#L961: func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }

	runtime/pprof
		pprof.go#L665: 	inUseBytes := total.InUseBytes()