Module: sip-router Branch: master Commit: e4f42ce1ded4bc0b6b7142f496119178f8cba15a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e4f42ce1...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Tue Sep 29 15:25:50 2009 +0200
core: mem dbg options updates + cleanups
- memlog and memdbg can now be changed at runtime - double define warning fix for fm_malloc (when compiled with -DF_MALLOC) - nicer qm_status() & qm_sums() output - BSD licence for mem/*
---
cfg.y | 4 +- cfg_core.c | 9 +++++- cfg_core.h | 2 + main.c | 13 ++++++-- mem/f_malloc.c | 34 ++++++++++------------ mem/f_malloc.h | 35 ++++++++++------------- mem/ll_malloc.c | 3 ++ mem/mem.c | 33 ++++++++------------- mem/mem.h | 29 +++++++------------ mem/memdbg.h | 7 +++- mem/meminfo.h | 29 +++++++------------ mem/memtest.c | 29 +++++++------------ mem/q_malloc.c | 83 ++++++++++++++++++++++++++++++++---------------------- mem/q_malloc.h | 29 +++++++------------ mem/sf_malloc.c | 3 ++ mem/shm_mem.c | 29 +++++++------------ mem/shm_mem.h | 29 +++++++------------ pt.c | 16 ++++++++-- 18 files changed, 203 insertions(+), 213 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=e4f4...