cpusetFreePIDList(3x) cpusetFreePIDList(3x)
cpusetFreePIDList - release memory used by a cpuset_PIDList_t structure
#include <cpuset.h>
void cpusetFreePIDList(cpuset_PIDList_t *pid);
The cpusetFreePIDList function is used to release memory used by a
cpuset_PIDList_t structure. This function releases all memory associated
with the cpuset_PIDList_t structure.
The pid argument is the pointer to the cpuset_PIDList_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 cpusetGetPIDList(3x).
cpusetFreePIDList 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), cpusetGetPIDList(3x), cpuset(5).
PPPPaaaaggggeeee 1111 [ Back ]
|