| Revision: | 2008 | 
| Committed: | Sun Feb 13 19:10:25 2005 UTC (20 years, 8 months ago) by tim | 
| Content type: | text/plain | 
| File size: | 234 byte(s) | 
| Log Message: | dynamicProps get built | 
| # | Content | 
|---|---|
| 1 | #ifndef UTILS_PHYSMEM_H | 
| 2 | #define UTILS_PHYSMEM_H | 
| 3 | |
| 4 | extern "C" { | 
| 5 | /** Return the total amount of physical memory. */ | 
| 6 | double physmem_total (); | 
| 7 | |
| 8 | /** Return the amount of physical memory available. */ | 
| 9 | double physmem_available (); | 
| 10 | } | 
| 11 | #endif | 
| Name | Value | 
|---|---|
| svn:executable | * |