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 using the memory allocation function specified by DWC_Init.
size Information for library development. Specify 0.

Return Values

None.

Description

Memory is freed using the memory release function specified by DWC_Init.

Revision History


CONFIDENTIAL