ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
OOPSE-3.0
/
src
/
utils
/
physmem.h
Revision:
1996
Committed:
Fri Feb 11 22:35:05 2005 UTC
(20 years, 2 months ago) by
tim
Content type:
text/plain
File size:
220 byte(s)
Log Message:
adding physmem
File Contents
#
Content
1
#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
Properties
Name
Value
svn:executable
*