summaryrefslogtreecommitdiffstats
path: root/libnetdata/arrayalloc/README.md
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/arrayalloc/README.md
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/arrayalloc/README.md')
-rw-r--r--libnetdata/arrayalloc/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/libnetdata/arrayalloc/README.md b/libnetdata/arrayalloc/README.md
new file mode 100644
index 0000000000..2f21bf3ff5
--- /dev/null
+++ b/libnetdata/arrayalloc/README.md
@@ -0,0 +1,7 @@
+<!--
+title: "Array Allocator"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/arrayalloc/README.md
+-->
+
+# Array Allocator
+