__pmFreeProfile(3)
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(3)
according to the scheme used in
__pmDecodeProfile(3).