MEMFreeToExpHeap

C Specification

#include <revolution/mem.h>

void MEMFreeToExpHeap( MEMHeapHandle heap, void* memBlock );

Arguments

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

Return Values

None.

Description

This function frees a memory block.
This function does nothing and ends if memBlock is NULL.

See Also

MEMAllocFromExpHeap, MEMAllocFromExpHeapEx

Revision History

03/01/2006 Initial version.