TOC PREV NEXT INDEX

ARRincr_refcnt

Synopsis


       void ARRFincr_refcnt(array_pointer)       void array_pointer

Description

For a complete description of this function, see ARRincr_refcnt.On 64-bit platforms, the first argument to ARRFincr_refcnt is actually an Integer *8.

Arguments

array_ptr
The address of a memory area allocated with ARRFalloc, expressed as an integer.

Examples

none.
#include <avs/omf.inc>       INTEGER iaddrC On 64-bit platforms, iaddr should be INTEGER*8       ...       iaddr = ARRFalloc(0,DTYPE_FLOAT,2000,0)       IF (iaddr .EQ. 0) PRINT*,'Error allocating memory area'       call ARRFincr_refcnt(iaddr)

See Also

ARRFalloc
ARRFfree
ARRFoffset
ARRFretptr

TOC PREV NEXT INDEX