ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/physmem.h
Revision: 1218
Committed: Wed Jan 23 21:23:15 2008 UTC (17 years, 3 months ago) by xsun
Content type: text/plain
Original Path: trunk/src/utils/physmem.h
File size: 307 byte(s)
Log Message:
fixed bug in physmem for 64 bit machines

File Contents

# User Rev Content
1 tim 312 #ifndef UTILS_PHYSMEM_H
2     #define UTILS_PHYSMEM_H
3    
4 gezelter 340 #ifdef __cplusplus
5 tim 324 extern "C" {
6 gezelter 340 #endif
7    
8 gezelter 507 /** Return the total amount of physical memory. */
9 xsun 1218 double physmem_total (void);
10 tim 312
11 gezelter 507 /** Return the amount of physical memory available. */
12 xsun 1218 double physmem_available (void);
13 gezelter 340
14     #ifdef __cplusplus
15 tim 324 }
16 tim 312 #endif
17 gezelter 340
18     #endif

Properties

Name Value
svn:executable *