#include <dwc.h>
void DWC_Free(DWCAllocType name,
void *ptr,
u32 size);name |
Information for library development. Specify 0. |
ptr |
Pointer to the memory allocated by the DWC_InitForDevelopment or DWC_InitForProduction function. |
size |
Information for library development. Specify 0. |
None.
Deallocates memory using the memory deallocation function set by the DWC_InitForDevelopment or DWC_InitForProduction function.
DWC_Alloc
DWC_AllocEx
DWC_Realloc
DWC_ReallocEx
DWC_InitForDevelopment or DWC_InitForProduction functions, and not with the DWC_SetMemFunc function. For the change log prior to 5.1 PR2, click here.
CONFIDENTIAL