asfreemachinelist - release machine information structures


SYNOPSIS

       #include <arraysvcs.h>

       void asfreemachinelist(asmachinelist_t *MachineList, uint32_t Flags);


DESCRIPTION

       The asfreemachinelist function releases the resources used
       by  the specified asmachinelist_t structure.  These struc­
       tures are typically generated  by  the  aslistmachines(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
               Release  the  storage used by the individual asma­
               chine_t elements


If Flags is 0, only the storage used by the asmachinelist_t

structure itself will be released.


NOTES

       asfreemachinelist  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

       aslistmachines(3X).


Man(1) output converted with man2html