1PMFREEPROFILE(3) Library Functions Manual PMFREEPROFILE(3)
2
3
4
6 __pmFreeProfile - free a PMAPI instance profile
7
9 #include <pcp/pmapi.h>
10 #include <pcp/impl.h>
11
12 void __pmFreeProfile(__pmProfile *prof)
13
14 cc ... -lpcp
15
17 __pmFreeProfile frees the storage for the PMAPI instance profile prof,
18 assuming the storage was allocated using malloc(3C) according to the
19 scheme used in __pmDecodeProfile(3).
20
22 PMAPI(3) and __pmDecodeProfile(3).
23
24
25
26Performance Co-Pilot SGI PMFREEPROFILE(3)