Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

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.