logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pfm_terminate - free resources used by library

Author

       Stephane Eranian <eranian@gmail.com>

                                                 September, 2009                                       LIBPFM(3)

Description

       This  is  the  last function that a program must call to free all the resources allocated by the library,
       e.g., memory.  The function is not reentrant, caller must ensure only one thread at a time  is  executing
       it.

Name

       pfm_terminate - free resources used by library

Return

       There is no return value to this function

Synopsis

#include<perfmon/pfmlib.h>intpfm_terminate(void);

See Also