MEMFreeToUnitHeap

C Specification

#include <revolution/mem.h>

void MEMFreeToUnitHeap( MEMHeapHandle heap, void* memBlock );

Arguments

heap Unit heap handle.
memBlock Pointer to the memory block to free.

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

03/01/2006 Initial version.