[sr-dev] git:4.3:8bdb3f95: Makefile.defs: memory manager set to q_malloc

Daniel-Constantin Mierla miconda at gmail.com
Tue Sep 22 14:26:55 CEST 2015


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/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)




More information about the sr-dev mailing list