PhABResExportCommon_t.free_mem()

A function exported by PhAB to free memory allocated by alloc_mem()

Synopsis:

void free_mem  ( char *p )

Arguments:

p
The pointer to the memory buffer returned by alloc_mem().

Description:

This function is exported from PhAB in the PhABResExportCommon_t structure.

This function should be used by the resource editor to free the memory allocated using the alloc_mem().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

alloc_mem(), PhABResExportCommon_t.