Revision: | 312 |
Committed: | Fri Feb 11 22:35:05 2005 UTC (20 years, 2 months ago) by tim |
Content type: | text/plain |
Original Path: | trunk/src/utils/physmem.h |
File size: | 220 byte(s) |
Log Message: | adding physmem |
# | User | Rev | Content |
---|---|---|---|
1 | tim | 312 | #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 | * |