Add built-in debug malloc wrapper.
authorMichael Poole <mdpoole@troilus.org>
Thu, 20 Jan 2005 23:41:17 +0000 (23:41 +0000)
committerMichael Poole <mdpoole@troilus.org>
Thu, 20 Jan 2005 23:41:17 +0000 (23:41 +0000)
commit7c855bda1a9a9bd80ee53cb99f70dd50e6ee48c2
treeb6004274608942d577945c96f72f033c9794739a
parentea2e6d3812a4ba866c50354599108a89b151f27f
Add built-in debug malloc wrapper.

TODO: Remove the completed TODO item.

configure.in: Add --with-malloc=srvx support.

src/Makefile.am: Add alloc-srvx.c to extra sources.

src/common.h: Reindent debug malloc directives; add directives for
WITH_MALLOC_SRVX.

src/dict-splay.c: Kludge around free() as macro vs function.
git-archimport-id: srvx@srvx.net--2005-srvx/srvx--devo--1.3--patch-4
ChangeLog
TODO
configure.in
src/Makefile.am
src/alloc-srvx.c [new file with mode: 0644]
src/common.h
src/dict-splay.c