Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
MemInfo_t Struct Reference

Definition at line 180 of file TSystem.h.

Public Member Functions

 MemInfo_t ()
 
virtual ~MemInfo_t ()
 

Public Attributes

Int_t fMemFree
 
Int_t fMemTotal
 
Int_t fMemUsed
 
Int_t fSwapFree
 
Int_t fSwapTotal
 
Int_t fSwapUsed
 

#include <TSystem.h>

Constructor & Destructor Documentation

◆ MemInfo_t()

MemInfo_t::MemInfo_t ( )
inline

Definition at line 187 of file TSystem.h.

◆ ~MemInfo_t()

virtual MemInfo_t::~MemInfo_t ( )
inlinevirtual

Definition at line 189 of file TSystem.h.

Member Data Documentation

◆ fMemFree

Int_t MemInfo_t::fMemFree

Definition at line 183 of file TSystem.h.

◆ fMemTotal

Int_t MemInfo_t::fMemTotal

Definition at line 181 of file TSystem.h.

◆ fMemUsed

Int_t MemInfo_t::fMemUsed

Definition at line 182 of file TSystem.h.

◆ fSwapFree

Int_t MemInfo_t::fSwapFree

Definition at line 186 of file TSystem.h.

◆ fSwapTotal

Int_t MemInfo_t::fSwapTotal

Definition at line 184 of file TSystem.h.

◆ fSwapUsed

Int_t MemInfo_t::fSwapUsed

Definition at line 185 of file TSystem.h.


The documentation for this struct was generated from the following file: