6 #ifndef memoryManager_H_
7 #define memoryManager_H_
14 #include <vlutil/vlShmPool.h>
17 namespace MAKVrExchange {
43 virtual void *create(
const DtString& name,
unsigned long size);
47 virtual void *address(
const DtString& name);
51 virtual void destroy(
const DtString& name);
62 #endif //end #ifndef memoryManager_H_
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
std::map< DtString, DtSharedMemoryPoolManager * > DtStringMemoryPoolMap
Definition: memoryManager.h:56
Responsible for the creation and managment of all shared memory pools.
Definition: memoryManager.h:23
DtStringMemoryPoolMap myMemoryPoolMap
Definition: memoryManager.h:57