#include <dwc.h>
void DWC_Free( DWCAllocType name,
void* ptr,
u32 size );
Memory is freed using the memory release function specified by DWC_SetMemFunc.
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. |
None.
DWC_SetMemFunc
DWC_Alloc
DWC_AllocEx
DWC_Realloc
DWC_ReallocEx
2005/12/16 Initial version.
CONFIDENTIAL