]> arthur.barton.de Git - netdata.git/commit - CMakeLists.txt
RRDHOSTs free all their memory (all substructures) when they are deallocated
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 19 Feb 2017 15:39:09 +0000 (17:39 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Tue, 21 Feb 2017 23:00:25 +0000 (01:00 +0200)
commite19a6cb6bd31e175842dc4c3b61fd3fe78eeab2c
tree981fea9dbbabe8cfaf3ce86235da06976d4d3f70
parent35c1abbdc2833089667ffde39813d103e65dd54d
RRDHOSTs free all their memory (all substructures) when they are deallocated
15 files changed:
CMakeLists.txt
src/Makefile.am
src/health.c
src/health.h
src/health_log.c
src/plugin_idlejitter.c
src/rrd.h
src/rrdcalc.c [new file with mode: 0644]
src/rrdcalctemplate.c [new file with mode: 0644]
src/rrddimvar.c [new file with mode: 0644]
src/rrdhost.c
src/rrdset.c
src/rrdsetvar.c [new file with mode: 0644]
src/rrdvar.c [new file with mode: 0644]
src/simple_pattern.c