TOC PREV NEXT INDEX

ARRfree

Synopsis


void ARRfree( void *array_pointer )

Description

ARRfree decrements an array's internal reference counter. If the internal reference counter reaches zero, the array is deallocated. A process calls this routine once it has finished with an array object that was obtained with a call to OMret_array_ptr, OMret_typed_array_ptr or OMget_array.

Arguments

array_pointer
The address of the array to be freed.

Examples

See OMget_array .

See Also

OMget_array
OMret_array_ptr
OMret_typed_array_ptr

TOC PREV NEXT INDEX