ARRFfree


Synopsis


       SUBROUTINE ARRFfree(array_ptr)
       INTEGER array_ptr

Description

For a complete description of this function, see ARRfree.

Arguments

array_ptr

The address of a memory location, expressed as an integer.

Example


#include <avs/omf.inc>
       INTEGER iaddr
       ...
       iaddr = ARRFalloc(0,DTYPE_FLOAT,2000,0)
       IF (iaddr .EQ. 0) PRINT*,'Error allocating memory area'
       call ARRFfree(iaddr)

See also

Related modules:

•      See ARRFincr_refcnt

•      See ARRFalloc

•      See ARRFoffset

•      See ARRFretptr