MEMFreeToExpHeap

Syntax

#include <revolution/mem.h>

void MEMFreeToExpHeap( MEMHeapHandle heap, void* memBlock );

Arguments

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

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

2006/03/01 Initial version.


CONFIDENTIAL