9 lines
93 B

// +build !linux
package stats
import ()
func (mem *MemStatus) fillInStatus() {
return
}