DWC_Free

C Specification

#include <dwc.h>

void DWC_Free( DWCAllocType name,
               void*        ptr,
               u32          size );

Description

Memory is freed using the memory release function specified by DWC_SetMemFunc.

Arguments

name This information is for library development. Specify 0.
ptr Pointer to the memory allocated by the memory allocation function specified by DWC_SetMemFunc.
size This information is for library development. Specify 0.

Return Values

None.

See Also

DWC_SetMemFunc, DWC_Alloc, DWC_AllocEx, DWC_Realloc, DWC_ReallocEx

Revision History

12/16/2005 Initial version.