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/physmem.h |
File size: | 303 byte(s) |
Log Message: | Adding single precision capabilities to c++ side |
# | Content |
---|---|
1 | #ifndef UTILS_PHYSMEM_H |
2 | #define UTILS_PHYSMEM_H |
3 | |
4 | #ifdef __cplusplus |
5 | extern "C" { |
6 | #endif |
7 | |
8 | /** Return the total amount of physical memory. */ |
9 | RealType physmem_total (); |
10 | |
11 | /** Return the amount of physical memory available. */ |
12 | RealType physmem_available (); |
13 | |
14 | #ifdef __cplusplus |
15 | } |
16 | #endif |
17 | |
18 | #endif |
Name | Value |
---|---|
svn:executable | * |