[sr-dev] git:master: lib/kmi: use system malloc for MI operations

Daniel-Constantin Mierla miconda at gmail.com
Sun Oct 9 23:50:33 CEST 2011


Module: sip-router
Branch: master
Commit: 11bdc4ad80f653c208f60c200725eb81f28757b2
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=11bdc4ad80f653c208f60c200725eb81f28757b2

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Oct  9 23:49:25 2011 +0200

lib/kmi: use system malloc for MI operations

---

 lib/kmi/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/kmi/Makefile b/lib/kmi/Makefile
index a20f006..f9bfb1a 100644
--- a/lib/kmi/Makefile
+++ b/lib/kmi/Makefile
@@ -4,8 +4,9 @@ NAME:=kmi
 MAJOR_VER=1
 MINOR_VER=0
 BUGFIX_VER=0
-## uncomment next line for using system malloc with MI
-#DEFS+= -DMI_SYSTEM_MALLOC
+## comment next line for using internal pkg malloc with MI
+## - when MI_SYSTEM_MALLOC is defined, OS malloc is used
+DEFS+= -DMI_SYSTEM_MALLOC
 LIBS=
 
 include ../../Makefile.libs




More information about the sr-dev mailing list