cpusetFreeCPUList(3x) cpusetFreeCPUList(3x)
cpusetFreeCPUList - release memory used by a cpuset_CPUList_t structure
#include <cpuset.h>
void cpusetFreeCPUList(cpuset_CPUList_t *cpu);
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 allocated during a
previous call to the function cpusetGetCPUList(3x).
cpusetFreeCPUList is found in the library "libcpuset.so", and will be
loaded if the option -lcpuset is used with cc(1) or ld(1).
cpuset(1), cpusetGetCPUList(3x), cpuset(5).
PPPPaaaaggggeeee 1111 [ Back ]
|