A function exported by PhAB to free memory allocated by alloc_mem()
void free_mem ( char *p )
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().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
alloc_mem(), PhABResExportCommon_t.