33 #ifndef BESMemoryGlobalArea_h_ 34 #define BESMemoryGlobalArea_h_ 1 40 #include <sys/resource.h> 42 #define MEGABYTE 1024*1024 46 static unsigned long _size;
50 unsigned long megabytes(
unsigned int s)
55 void log_limits(
const std::string &msg);
61 void release_memory();
62 bool reclaim_memory();
63 unsigned long SizeOfEmergencyPool()
const 68 virtual void dump(ostream &strm)
const;
71 #endif // BESMemoryGlobalArea_h_ virtual void dump(ostream &strm) const
dumps information about this object
Base object for bes objects.