Revision: | 1218 |
Committed: | Wed Jan 23 21:23:15 2008 UTC (17 years, 3 months ago) by xsun |
Content type: | text/plain |
File size: | 307 byte(s) |
Log Message: | fixed bug in physmem for 64 bit machines |
# | 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 | double physmem_total (void); |
10 | |
11 | /** Return the amount of physical memory available. */ |
12 | double physmem_available (void); |
13 | |
14 | #ifdef __cplusplus |
15 | } |
16 | #endif |
17 | |
18 | #endif |
Name | Value |
---|---|
svn:executable | * |