klMatrix
Public Member Functions
klMemMgr Class Referenceabstract

#include <kl_memory.h>

Inheritance diagram for klMemMgr:
Inheritance graph
Collaboration diagram for klMemMgr:
Collaboration graph

Public Member Functions

virtual void * allocate (size_t size)=0
 
virtual bool free (void *)=0
 

Member Function Documentation

virtual void* klMemMgr::allocate ( size_t  size)
pure virtual

Implemented in klRedZoneHeapMgr, klHeapMgr, klAWEMemMgr, and klVMemMgr.

Here is the caller graph for this function:

virtual bool klMemMgr::free ( void *  )
pure virtual

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