ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/residentMem.h
Revision: 963
Committed: Wed May 17 21:51:42 2006 UTC (18 years, 11 months ago) by tim
Content type: text/plain
Original Path: trunk/src/utils/residentMem.h
File size: 248 byte(s)
Log Message:
Adding single precision capabilities to c++ side

File Contents

# User Rev Content
1 gezelter 340 #ifndef UTILS_RESIDENTMEM_H
2     #define UTILS_RESIDENTMEM_H
3    
4     #ifdef __cplusplus
5     extern "C" {
6     #endif
7    
8 gezelter 507 /** Returns an estimate of the amount of memory being used by other processes. */
9 tim 963 RealType residentMem ();
10 gezelter 340
11     #ifdef __cplusplus
12     }
13     #endif
14    
15     #endif

Properties

Name Value
svn:executable *