Revision: | 507 |
Committed: | Fri Apr 15 22:04:00 2005 UTC (20 years ago) by gezelter |
Content type: | text/plain |
Original Path: | trunk/src/utils/residentMem.h |
File size: | 246 byte(s) |
Log Message: | xemacs has been drafted to perform our indentation services |
# | User | Rev | Content |
---|---|---|---|
1 | gezelter | 340 | #ifndef UTILS_RESIDENTMEM_H |
2 | #define UTILS_RESIDENTMEM_H | ||
3 | |||
4 | #ifdef __cplusplus | ||
5 | extern "C" { | ||
6 | #endif | ||
7 | |||
8 | gezelter | 507 | /** Returns an estimate of the amount of memory being used by other processes. */ |
9 | double residentMem (); | ||
10 | gezelter | 340 | |
11 | #ifdef __cplusplus | ||
12 | } | ||
13 | #endif | ||
14 | |||
15 | #endif |
Name | Value |
---|---|
svn:executable | * |