| Revision: | 1996 | 
| Committed: | Fri Feb 11 22:35:05 2005 UTC (20 years, 8 months ago) by tim | 
| Content type: | text/plain | 
| File size: | 220 byte(s) | 
| Log Message: | adding physmem | 
| # | User | Rev | Content | 
|---|---|---|---|
| 1 | tim | 1996 | #ifndef UTILS_PHYSMEM_H | 
| 2 | #define UTILS_PHYSMEM_H | ||
| 3 | |||
| 4 | /** Return the total amount of physical memory. */ | ||
| 5 | double physmem_total (); | ||
| 6 | |||
| 7 | /** Return the amount of physical memory available. */ | ||
| 8 | double physmem_available (); | ||
| 9 | |||
| 10 | #endif | 
| Name | Value | 
|---|---|
| svn:executable | * |