UltraScan III
us_memory.h
Go to the documentation of this file.
1 #ifndef US_MEMORY_H
3 #define US_MEMORY_H
4 
5 #include <QtCore>
6 
7 #include "us_extern.h"
8 
15 {
16  public:
20  static long int rss_now( void );
21 
26  static long int rss_max( long int& rssmax );
27 
34  static int memory_profile( int* = 0, int* = 0, int* = 0 );
35 };
36 #endif