cpusetFreeCPUList - release memory used by a
cpuset_CPUList_t structure
SYNOPSIS
#include <cpuset.h>
void cpusetFreeCPUList(cpuset_CPUList_t *cpu);
DESCRIPTION
The cpusetFreeCPUList function is used to release memory
used by a cpuset_CPUList_t structure. This function
releases all memory associated with the cpuset_CPUList_t
structure.
The cpu argument is the pointer to the cpuset_CPUList_t
structure that will have it's memory released.
This function should be used to release the memory allo
cated during a previous call to the function cpuset
GetCPUList(3x).
NOTES
cpusetFreeCPUList is found in the library "libcpuset.so",
and will be loaded if the option --llccppuusseett is used with
cc(1) or ld(1).
RESTRICTIONS
Not all of the above capabilities are implemented. See
the RESTRICTIONS secion in manual entry cpuset(4) for
details.
SEE ALSO
cpuset(1), cpusetGetCPUList(3x), cpuset(5).
Man(1) output converted with
man2html