ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/physmem.h
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/physmem.h (file contents):
Revision 2024 by gezelter, Tue Feb 15 05:05:33 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 5 | Line 5 | extern "C" {
5   extern "C" {
6   #endif
7  
8 < /** Return the total amount of physical memory.  */
9 < double physmem_total ();
8 >  /** Return the total amount of physical memory.  */
9 >  RealType physmem_total ();
10  
11 < /** Return the amount of physical memory available.  */
12 < double physmem_available ();
11 >  /** Return the amount of physical memory available.  */
12 >  RealType physmem_available ();
13  
14   #ifdef  __cplusplus
15   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines