pmfreeprofile(3) - Linux man page
Name
__pmFreeProfile - free a PMAPI instance profile
C Synopsis
#include <pcp/pmapi.h>
#include <pcp/impl.h>
void __pmFreeProfile(__pmProfile *prof);
cc ... -lpcp
Description
__pmFreeProfile frees the storage for the PMAPI instance profile prof, assuming the storage was allocated using malloc(3C) according to the scheme used in __pmDecodeProfile(3).
See Also
pmapi(3) and __pmDecodeProfile(3).