#include "memory_manager.h" namespace mmapmm { /** * These global variables are necessary to instanciate a memory manager */ template<> MemoryManager *MemoryManager::allocator_ = 0; template<> MemoryManager *MemoryManager::allocator_ = 0; };