asfreearraylist - release array information structures


SYNOPSIS

       #include <arraysvcs.h>

       void asfreearraylist(asarraylist_t *ArrayInfoList, uint32_t Flags);


DESCRIPTION

       The  asfreearraylist  function releases the resources used
       by the specified asarraylist_t  structure.   These  struc­
       tures  are  typically  generated  by  the aslistarrays(3X)
       function.

       The exact resources to be released are controlled  by  the
       Flags  argument.  The Flags value is constructed by OR-ing
       together flags from the following list:

        AASSFFLLFF_FFRREEEEDDAATTAA
               Free the storage used by the individual  asarray_t
               elements


If Flags is 0, only the asarraylist_t structure itself will be

released.


NOTES

       asfreearraylist is found in the library "libarray.so", and
       will  be loaded if the option "-larray" is used with cc(1)
       or ld(1).


SEE ALSO

       aslistarrays(3X).


Man(1) output converted with man2html