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)