Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PhABResExportCommon_t.free()
A function exported by PhAB to free a value allocated with
Synopsis:
void free ( ResDatatype_t type, int n, void *v );
Arguments:
- type
- The type of the data you want to free.
- n
- The n value for the data you want to see. This value depends on the data type.
- v
- The v value for the data you want to see. This value depends on the data type.
Description:
Exported from PhAB in the PhABResExportCommon_t structure.
This is a convenience function that you can use to free a value.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
alloc_mem(), PhABResExportCommon_t.
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)