[OpenSIPS-Devel] SF.net SVN: opensips:[5990] trunk
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Thu Aug 20 08:58:19 CEST 2009
Revision: 5990
http://opensips.svn.sourceforge.net/opensips/?rev=5990&view=rev
Author: bogdan_iancu
Date: 2009-08-20 06:58:17 +0000 (Thu, 20 Aug 2009)
Log Message:
-----------
- mem_log split in mem_log (for debug log during mallog/free/realloc ops) and mem_dump (for dumping the mem status at runtime/shutdown).
This will help in debugging memory leaks - you can request only the mem dumping without actually getting all the debugs during mem ops.
For backward compatibility, setting mem_leg will automatically set to the same value the mem_dump.
To get distinct setting, do:
mem_log = 6; # do not report mem logs (report them as debugs)
mem_dump = 0; # report mem dumps (report on ERR level)
Modified Paths:
--------------
trunk/cfg.lex
trunk/cfg.y
trunk/globals.h
trunk/main.c
trunk/mem/f_malloc.c
trunk/mem/q_malloc.c
trunk/mem/vq_malloc.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Devel
mailing list