38class BESServerSystemResources
41 static BESMemoryStorage *_storage;
43 BESServerSystemResources();
44 ~BESServerSystemResources();
46 void release_the_memory(){_storage->release_the_memory();}
47 bool try_to_get_the_memory(){
return _storage->try_to_get_the_memory();}