void DeleteMemPool (MemPoolPtr memPool)
DeleteMemPool()
deletes the memory pool by calling free()
to deallocate the block of memory reserved for the memory pool. Any data in the memory pool is flushed by the Portfolio kernel.
memPool
CreateMemPool