All Classes Namespaces Files Functions Variables Typedefs Macros
GlobalMemoryManager Class Reference

#include <clizFunctions.h>

Collaboration diagram for GlobalMemoryManager:

Public Member Functions

 GlobalMemoryManager ()
 
memPtrallocate (size_t numBytes)
 
void free (memPtr *memAdr)
 

Public Attributes

boost::mutex memManMutex
 
MemoryManagerPartmemMan
 

Constructor & Destructor Documentation

GlobalMemoryManager::GlobalMemoryManager ( )
inline

Member Function Documentation

memPtr* GlobalMemoryManager::allocate ( size_t  numBytes)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

void GlobalMemoryManager::free ( memPtr memAdr)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

MemoryManagerPart* GlobalMemoryManager::memMan
boost::mutex GlobalMemoryManager::memManMutex

The documentation for this class was generated from the following file: