Module: sip-router
Branch: master
Commit: f92113d8e16d6e59c170dfa703d9db30980b6877
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f92113d…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Tue Mar 17 13:24:42 2009 +0100
core: remove VQ_MALLOC memory manager
attached patch removes the VQ_MALLOC memory manager from the
sip-router core. As discussed some time ago, this memory manager
doesn't provide a realloc implementation, and is thus not really
usable for the modules, as some of them needs this. We removed
this in kamailio in the last year, so far nobody missed it.
Signed-off-by: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
---
mem/f_malloc.c | 2 +-
mem/f_malloc.h | 2 +-
mem/mem.c | 14 +--
mem/mem.h | 22 +--
mem/memtest.c | 21 +--
mem/q_malloc.c | 2 +-
mem/q_malloc.h | 2 +-
mem/shm_mem.c | 18 --
mem/shm_mem.h | 11 --
mem/vq_malloc.c | 477 -------------------------------------------------------
mem/vq_malloc.h | 154 ------------------
version.h | 8 +-
12 files changed, 18 insertions(+), 715 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=f92…