ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | List of all members
MemInfo_t Struct Reference

Definition at line 190 of file TSystem.h.

Public Member Functions

 MemInfo_t ()
 
virtual ~MemInfo_t ()
 
 ClassDef (MemInfo_t, 1)
 

Public Attributes

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

#include <TSystem.h>

Constructor & Destructor Documentation

MemInfo_t::MemInfo_t ( )
inline

Definition at line 197 of file TSystem.h.

virtual MemInfo_t::~MemInfo_t ( )
inlinevirtual

Definition at line 199 of file TSystem.h.

Member Function Documentation

MemInfo_t::ClassDef ( MemInfo_t  ,
 
)

Member Data Documentation

Int_t MemInfo_t::fMemFree

Definition at line 193 of file TSystem.h.

Referenced by GetWinNTMemInfo().

Int_t MemInfo_t::fMemTotal

Definition at line 191 of file TSystem.h.

Referenced by GetWinNTMemInfo(), and TMemStatShow::Show().

Int_t MemInfo_t::fMemUsed

Definition at line 192 of file TSystem.h.

Referenced by GetWinNTMemInfo(), and TMemStatShow::Show().

Int_t MemInfo_t::fSwapFree

Definition at line 196 of file TSystem.h.

Referenced by GetWinNTMemInfo().

Int_t MemInfo_t::fSwapTotal

Definition at line 194 of file TSystem.h.

Referenced by GetWinNTMemInfo().

Int_t MemInfo_t::fSwapUsed

Definition at line 195 of file TSystem.h.

Referenced by GetWinNTMemInfo().


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