ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/physmem.h
Revision: 2759
Committed: Wed May 17 21:51:42 2006 UTC (18 years, 1 month ago) by tim
Content type: text/plain
File size: 303 byte(s)
Log Message:
Adding single precision capabilities to c++ side

File Contents

# User Rev Content
1 tim 1996 #ifndef UTILS_PHYSMEM_H
2     #define UTILS_PHYSMEM_H
3    
4 gezelter 2024 #ifdef __cplusplus
5 tim 2008 extern "C" {
6 gezelter 2024 #endif
7    
8 gezelter 2204 /** Return the total amount of physical memory. */
9 tim 2759 RealType physmem_total ();
10 tim 1996
11 gezelter 2204 /** Return the amount of physical memory available. */
12 tim 2759 RealType physmem_available ();
13 gezelter 2024
14     #ifdef __cplusplus
15 tim 2008 }
16 tim 1996 #endif
17 gezelter 2024
18     #endif

Properties

Name Value
svn:executable *