DWC_Free

Syntax

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

Arguments

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.

Return Values

None.

Description

Deallocates memory using the memory deallocation function set by the DWC_InitForDevelopment or DWC_InitForProduction function.

See Also

DWC_Alloc DWC_AllocEx DWC_Realloc DWC_ReallocEx

Revision History

5.3
Revised the Description because the specification was changed to set the allocator using either the 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