Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IHeapPool::free ( P6VOID pMem)
pure virtual

Return the specfied allocation unit back to the heap pool.

If the allocation unit was originally allocated from an underlying memory pool, it is returned to that pool. Otherwise it is freed back to the heap.

Parameters
pMemA pointer to the memory to be free'd.
Returns