33 #ifndef BESMemoryManager_h_
34 #define BESMemoryManager_h_ 1
38 using std::new_handler ;
39 using std::bad_alloc ;
47 static bool _storage_used ;
48 static new_handler _global_handler ;
51 static void swap_memory() ;
52 static void release_global_pool()
throw (bad_alloc) ;
53 static void register_global_pool() ;
54 static bool unregister_global_pool() ;
55 static bool check_memory_pool() ;
58 #endif // BESMemoryManager_h_