runtime.MemProfileRecord.InUseBytes (method)

one use

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