#include <dwc.h>
void DWC_Free( DWCAllocType name,
void* ptr,
u32 size );
Memory is freed using the memory release function specified by DWC_SetMemFunc
.
|
This information is for library development. Specify 0. |
|
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
12/16/2005 Initial version.