#include <BESMemoryGlobalArea.h>
Inheritance diagram for BESMemoryGlobalArea:
Public Member Functions | |
BESMemoryGlobalArea () | |
~BESMemoryGlobalArea () | |
void | release_memory () |
bool | reclaim_memory () |
unsigned long | SizeOfEmergencyPool () |
virtual void | dump (ostream &strm) const |
dumps information about this object |
BESMemoryGlobalArea::BESMemoryGlobalArea | ( | ) |
BESMemoryGlobalArea::~BESMemoryGlobalArea | ( | ) |
void BESMemoryGlobalArea::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this instance along with information about this memory area
strm | C++ i/o stream to dump the information to |
Implements BESObj.
bool BESMemoryGlobalArea::reclaim_memory | ( | ) |
void BESMemoryGlobalArea::release_memory | ( | ) |
unsigned long BESMemoryGlobalArea::SizeOfEmergencyPool | ( | ) | [inline] |