DWCFreeEx

Syntax

#include <dwc.h>
typedef void(*) DWCFreeEx(DWCAllocType name,
             void *ptr,
             u32 size);

Arguments

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.

Return Values

None.

Description

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.

See Also

DWCAllocEx

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL