Platform Package reference: Function EwFree()

Description of the function EwFree() available in Platform Packages for C compatible target systems. This function is intended to be used when integrating the Embedded Wizard created GUI application with the underlying graphics subsystem, graphics hardware or other external GUI applications coexisting on the same system.

Declaration

void EwFree( void* aMemory )

Parameters

aMemory

Address of the memory block to release.

Discussion

The function EwFree() releases the memory block starting at the specified address aMemory. The memory block has to be reserved by a preceding invocation of the function EwAlloc() is available.