#include <dwc.h>
typedef void(*) DWCFreeEx(DWCAllocType name,
void *ptr,
u32 size);ptr |
Pointer to the buffer allocated by the memory allocation function. |
name |
Ignore this argument. It contains information used during DWC library development. |
size |
Ignore this argument; it is used to store information used during DWC library development, and the value it stores may not be accurate. |
None.
This memory deallocation function is used by the DWC library. Thread-exclusive processing must be used.
This function deallocates buffers allocated by DWCAllocEx. Terminate processing without doing anything when a null pointer is passed.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL