Module: kamailio
Branch: 4.2
Commit: 908c2699e1ec2cfd72c62beab1e213b3f4465bb3
URL:
https://github.com/kamailio/kamailio/commit/908c2699e1ec2cfd72c62beab1e213b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/908c2699e1ec2cfd72c62beab1e213b…
Patch:
https://github.com/kamailio/kamailio/commit/908c2699e1ec2cfd72c62beab1e213b…
---
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)