summaryrefslogtreecommitdiffstats
path: root/libnetdata/libnetdata.h
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2022-07-08 00:09:33 +0300
committerGitHub <noreply@github.com>2022-07-08 00:09:33 +0300
commita6da6beb71f31ed5e89d9ed7a5a7d3242cdd8d8e (patch)
tree823697f4efceffb661f3080309ae737354c4bf39 /libnetdata/libnetdata.h
parent7f144682083bb334d38a527e7c9bd4bc736575eb (diff)
array allocator for dbengine page descriptors (#13312)
* array allocator for dbengine page descriptors * full implementation of array allocator with cleanup * faster deallocations * eliminate entierely the need for loops during free * addressed comments * lower the min number of elements to 10
Diffstat (limited to 'libnetdata/libnetdata.h')
-rw-r--r--libnetdata/libnetdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnetdata/libnetdata.h b/libnetdata/libnetdata.h
index 8f4178330e..4e0b45426c 100644
--- a/libnetdata/libnetdata.h
+++ b/libnetdata/libnetdata.h
@@ -345,6 +345,7 @@ extern char *netdata_configured_host_prefix;
#include "json/json.h"
#include "health/health.h"
#include "string/utf8.h"
+#include "arrayalloc/arrayalloc.h"
#include "onewayalloc/onewayalloc.h"
#include "worker_utilization/worker_utilization.h"