All Classes Namespaces Files Functions Variables Typedefs Macros
MemoryManagerPart Class Reference

#include <clizFunctions.h>

Collaboration diagram for MemoryManagerPart:

Public Member Functions

 MemoryManagerPart ()
 
 MemoryManagerPart (int memSizes)
 
 ~MemoryManagerPart ()
 
memPtrallocate (size_t numBytes)
 
void free (memPtr *memAdr)
 

Public Attributes

memBool isFree
 
SizedMemPoolsizedPools
 

Constructor & Destructor Documentation

MemoryManagerPart::MemoryManagerPart ( )
inline
MemoryManagerPart::MemoryManagerPart ( int  memSizes)
inline
MemoryManagerPart::~MemoryManagerPart ( )
inline

Here is the call graph for this function:

Member Function Documentation

memPtr* MemoryManagerPart::allocate ( size_t  numBytes)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

void MemoryManagerPart::free ( memPtr memAdr)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

memBool MemoryManagerPart::isFree
SizedMemPool* MemoryManagerPart::sizedPools

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