BALL  1.5.0
sysinfo.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 // $Id: sysinfo.h,v 1.10 2005/12/23 17:02:07 amoll Exp $
5 //
6 
7 #ifndef BALL_SYSTEM_SYSINFO_H
8 #define BALL_SYSTEM_SYSINFO_H
9 
10 #ifndef BALL_COMMON_H
11 # include <BALL/common.h>
12 #endif
13 
14 namespace BALL
15 {
23  namespace SysInfo
24  {
29 
34 
39 
44 
49 
55 
60  }
61 }
62 
63 #endif // BALL_SYSTEM_SYSINFO_H
Definition: constants.h:13
time_t Time
BALL_LONG64_TYPE LongIndex
BALL_INDEX_TYPE Index
BALL_EXPORT Index getNumberOfProcessors()
BALL_EXPORT LongIndex getAvailableMemory()
BALL_EXPORT LongIndex getBufferedMemory()
BALL_EXPORT LongIndex getFreeMemory()
BALL_EXPORT LongIndex getFreeSwapSpace()
BALL_EXPORT Time getUptime()
BALL_EXPORT LongIndex getTotalMemory()
#define BALL_EXPORT
Definition: COMMON/global.h:50