33 #ifndef BESMemoryManager_h_
34 #define BESMemoryManager_h_ 1
44 static bool _storage_used ;
45 static std::new_handler _global_handler ;
48 static void swap_memory() ;
49 static void release_global_pool()
throw (std::bad_alloc) ;
50 static void register_global_pool() ;
51 static bool unregister_global_pool() ;
52 static bool check_memory_pool() ;
55 #endif // BESMemoryManager_h_