#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 using the memory allocation function specified by DWC_Init. |
| size | Information for library development. Specify 0. |
None.
Memory is freed using the memory release function specified by DWC_Init.
CONFIDENTIAL