#include <revolution/mem.h> void* MEMDestroyFrmHeap( MEMHeapHandle heap );
heap |
Frame heap handle. |
Returns the pointer to the region that the deleted heap occupies.
Destroys the frame heap.
MEMCreateFrmHeap,MEMCreateFrmHeapEx
03/01/2006 Initial version.