Module: kamailio
Branch: 4.3
Commit: 8bdb3f95d3db79bea5f3d49e2c8b0fc090bb65dd
URL: 
https://github.com/kamailio/kamailio/commit/8bdb3f95d3db79bea5f3d49e2c8b0fc090bb65dd

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
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/8bdb3f95d3db79bea5f3d49e2c8b0fc090bb65dd.diff
Patch: 
https://github.com/kamailio/kamailio/commit/8bdb3f95d3db79bea5f3d49e2c8b0fc090bb65dd.patch

---

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)


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to