00001 /* 00002 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin 00003 Copyright (C) 2005- The University of Notre Dame 00004 This software is distributed under the GNU General Public License. 00005 See the file COPYING for details. 00006 */ 00007 00008 #ifndef MEMORY_INFO_H 00009 #define MEMORY_INFO_H 00010 00011 #include "int_sizes.h" 00012 00022 int memory_info_get( UINT64_T *avail, UINT64_T *total ); 00023 00029 int memory_usage_get( UINT64_T *rss, UINT64_T *total ); 00030 00031 #endif