| Revision: | 2024 | 
| Committed: | Tue Feb 15 05:05:33 2005 UTC (20 years, 8 months ago) by gezelter | 
| Content type: | text/plain | 
| File size: | 291 byte(s) | 
| Log Message: | modifications to estimate memory in use by other processes autoconf fixes ps syntax checking config.h file cleaning | 
| # | 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 | tim | 1996 | /** Return the total amount of physical memory. */ | 
| 9 | double physmem_total (); | ||
| 10 | |||
| 11 | /** Return the amount of physical memory available. */ | ||
| 12 | double physmem_available (); | ||
| 13 | gezelter | 2024 | |
| 14 | #ifdef __cplusplus | ||
| 15 | tim | 2008 | } | 
| 16 | tim | 1996 | #endif | 
| 17 | gezelter | 2024 | |
| 18 | #endif | 
| Name | Value | 
|---|---|
| svn:executable | * |