From 71caf44aa3faa3454ea60ffc4b38ad43793e55f6 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Fri, 17 Apr 2015 10:49:44 +0300 Subject: [PATCH] memclean: new feature This one is likely to get just a single user right now but the future potential is clearly higher. Please do review libzmalloc implementation if concerned. --- features.in/memclean/README | 2 ++ features.in/memclean/config.mk | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 features.in/memclean/README create mode 100644 features.in/memclean/config.mk diff --git a/features.in/memclean/README b/features.in/memclean/README new file mode 100644 index 00000000..cf8db426 --- /dev/null +++ b/features.in/memclean/README @@ -0,0 +1,2 @@ +Эта фича добавляет и включает очистку освобождаемой памяти +средствами zmalloc (через LD_PRELOAD). diff --git a/features.in/memclean/config.mk b/features.in/memclean/config.mk new file mode 100644 index 00000000..f1e3d7ed --- /dev/null +++ b/features.in/memclean/config.mk @@ -0,0 +1,4 @@ +use/memclean: use/control + @$(call add_feature) + @$(call add,THE_PACKAGES,libzmalloc) + @$(call add,CONTROL,libzmalloc:enabled)