Frees a resource set.
#include <sys/rset.h>
void krs_free(rset)
rsethandle_t rset;
The krs_free subroutine frees a resource set identified by the rset parameter. The resource set must have been allocated by the krs_alloc subroutine.
Item | Description |
---|---|
rset | Specifies the resource set whose memory will be freed. |