#include <BESMemoryManager.h>
Collaboration diagram for BESMemoryManager:
Static Public Member Functions | |
static BESMemoryGlobalArea * | initialize_memory_pool () |
static void | swap_memory () |
static void | release_global_pool () throw (bad_alloc) |
static void | register_global_pool () |
static bool | unregister_global_pool () |
static bool | check_memory_pool () |
bool BESMemoryManager::check_memory_pool | ( | ) | [static] |
BESMemoryGlobalArea * BESMemoryManager::initialize_memory_pool | ( | ) | [static] |
void BESMemoryManager::register_global_pool | ( | ) | [static] |
void BESMemoryManager::release_global_pool | ( | ) | throw (bad_alloc) [static] |
void BESMemoryManager::swap_memory | ( | ) | [static] |
bool BESMemoryManager::unregister_global_pool | ( | ) | [static] |