ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/utils/residentMem.h
Revision: 2024
Committed: Tue Feb 15 05:05:33 2005 UTC (19 years, 4 months ago) by gezelter
Content type: text/plain
File size: 242 byte(s)
Log Message:
modifications to estimate memory in use by other processes
autoconf fixes
ps syntax checking
config.h file cleaning

File Contents

# Content
1 #ifndef UTILS_RESIDENTMEM_H
2 #define UTILS_RESIDENTMEM_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 /** Returns an estimate of the amount of memory being used by other processes. */
9 double residentMem ();
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif

Properties

Name Value
svn:executable *