Module: kamailio Branch: 4.3 Commit: 8bdb3f95d3db79bea5f3d49e2c8b0fc090bb65dd URL: https://github.com/kamailio/kamailio/commit/8bdb3f95d3db79bea5f3d49e2c8b0fc0...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-09-22T14:07:47+02:00
Makefile.defs: memory manager set to q_malloc
---
Modified: Makefile.defs
---
Diff: https://github.com/kamailio/kamailio/commit/8bdb3f95d3db79bea5f3d49e2c8b0fc0... Patch: https://github.com/kamailio/kamailio/commit/8bdb3f95d3db79bea5f3d49e2c8b0fc0...
---
diff --git a/Makefile.defs b/Makefile.defs index 9d68c4b..8205bcd 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -103,7 +103,7 @@ EXTRAVERSION = # 0 - f_malloc (fast malloc) # 1 - q_malloc (quick malloc) # 2 - tlsf_malloc (O(1) malloc and free) -MEMMNG ?= 0 +MEMMNG ?= 1 # memory debugger switcher # 0 - off (no-debug mode) # 1 - on (debug mode)