Library Version 12.1.3.1
#include <kvstore.h> void kv_release_stats(kv_stats_t **stats)
Releases all the resources allocated for the provided statistics structure. The statistics structure is initially allocated using kv_get_stats().
The stats parameter is the statistics structure that you want to release.
Statistics and Related Functions