cpusetFreeQueueDef(3x)                                  cpusetFreeQueueDef(3x)


NAME
     cpusetFreeQueueDef - release memory used by a cpuset_QueueDef_t structure

SYNOPSIS
     #include <cpuset.h>

     void cpusetFreeQueueDef(cpuset_QueueDef_t *qdef);

DESCRIPTION
     The cpusetFreeQueueDef function is used to release memory used by a
     cpuset_QueueDef_t structure.  This function releases all memory
     associated with the cpuset_QueueDef_t structure.

     The qdef argument is the pointer to the cpuset_QueueDef_t structure that
     will have it's memory released.

     This function should be used to release the memory allocated during a
     previous call to the function cpusetAllocQueueDef(3x).

NOTES
     cpusetFreeQueueDef is found in the library "libcpuset.so", and will be
     loaded if the option -lcpuset is used with cc(1) or ld(1).

SEE ALSO
     cpuset(1), cpusetAllocQueueDef(3x), cpuset(5).


                                                                        Page 1