бесплатные ресурсы, используемые библиотекой (free resources used by library)
Имя (Name)
pfm_terminate - free resources used by library
Синопсис (Synopsis)
#include <perfmon/pfmlib.h>
int pfm_terminate(void);
Описание (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.
Возврат (Return)
There is no return value to this function