MEMFreeToUnitHeap

Syntax

#include <revolution/mem.h>

void MEMFreeToUnitHeap( MEMHeapHandle heap, void* memBlock );

Arguments

heap Unit heap handle
memBlock Pointer to the memory block to deallocate

Return Values

None.

Description

This function returns a memory block to the unit heap.
This function does nothing and ends if memBlock is NULL.

See Also

MEMAllocFromUnitHeap

Revision History

2006/03/01 Initial version.


CONFIDENTIAL