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.
This commit is contained in:
Michael Shigorin 2015-04-17 10:49:44 +03:00
parent 111ec1d044
commit 71caf44aa3
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Эта фича добавляет и включает очистку освобождаемой памяти
средствами zmalloc (через LD_PRELOAD).

View File

@ -0,0 +1,4 @@
use/memclean: use/control
@$(call add_feature)
@$(call add,THE_PACKAGES,libzmalloc)
@$(call add,CONTROL,libzmalloc:enabled)