[sr-dev] git:4.2:908c2699: Makefile.defs: memory manager set to q_malloc

Daniel-Constantin Mierla miconda at gmail.com
Wed Sep 23 11:56:16 CEST 2015


Module: kamailio
Branch: 4.2
Commit: 908c2699e1ec2cfd72c62beab1e213b3f4465bb3
URL: https://github.com/kamailio/kamailio/commit/908c2699e1ec2cfd72c62beab1e213b3f4465bb3

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-09-23T11:52:47+02:00

Makefile.defs: memory manager set to q_malloc

(cherry picked from commit 8bdb3f95d3db79bea5f3d49e2c8b0fc090bb65dd)

---

Modified: Makefile.defs

---

Diff:  https://github.com/kamailio/kamailio/commit/908c2699e1ec2cfd72c62beab1e213b3f4465bb3.diff
Patch: https://github.com/kamailio/kamailio/commit/908c2699e1ec2cfd72c62beab1e213b3f4465bb3.patch

---

diff --git a/Makefile.defs b/Makefile.defs
index 378c73f..d760c22 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -170,7 +170,7 @@ EXTRAVERSION =
 # memory manager switcher
 # 0 - f_malloc (fast malloc)
 # 1 - q_malloc (quick malloc)
-MEMMNG ?= 0
+MEMMNG ?= 1
 # memory debugger switcher
 # 0 - off (no-debug mode)
 # 1 - on (debug mode)




More information about the sr-dev mailing list