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:
parent
111ec1d044
commit
71caf44aa3
2
features.in/memclean/README
Normal file
2
features.in/memclean/README
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Эта фича добавляет и включает очистку освобождаемой памяти
|
||||||
|
средствами zmalloc (через LD_PRELOAD).
|
4
features.in/memclean/config.mk
Normal file
4
features.in/memclean/config.mk
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
use/memclean: use/control
|
||||||
|
@$(call add_feature)
|
||||||
|
@$(call add,THE_PACKAGES,libzmalloc)
|
||||||
|
@$(call add,CONTROL,libzmalloc:enabled)
|
Loading…
Reference in New Issue
Block a user