![]() |
ROOT
6.06/09
Reference Guide
|
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>
| MemInfo_t::ClassDef | ( | MemInfo_t | , |
| 1 | |||
| ) |
| 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().