7 lines
82 B

  1. // +build !linux
  2. package stats
  3. func (mem *MemStatus) fillInStatus() {
  4. return
  5. }