summaryrefslogtreecommitdiffstats
path: root/libnetdata/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--libnetdata/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnetdata/Makefile.am b/libnetdata/Makefile.am
index 167d05caa1..5962323e87 100644
--- a/libnetdata/Makefile.am
+++ b/libnetdata/Makefile.am
@@ -5,6 +5,7 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
SUBDIRS = \
adaptive_resortable_list \
+ arrayalloc \
avl \
buffer \
clocks \