]> mj.ucw.cz Git - libucw.git/commit
Added support for memory debuggers (efence and [untested] dmalloc), just
authorMartin Mares <mj@ucw.cz>
Mon, 11 Dec 2000 22:57:04 +0000 (22:57 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 11 Dec 2000 22:57:04 +0000 (22:57 +0000)
commit76ee03dea8ff0a04d7659ded5a9a53ef3eb39aa7
treeb927532bd55c1e7b8456d6a6a1ecba139515b22f
parent1571781022499a9d0c32d249f89945d034d1cbff
Added support for memory debuggers (efence and [untested] dmalloc), just
enable in the top-level Makefile.

All modules should use xmalloc/xrealloc/xfree (or memory pools) to allocate
their data. These functions automatically check for errors and they also
translate to dmalloc calls if needed.
lib/db-emul.c
lib/db.c
lib/fastbuf.c
lib/fb-mem.c
lib/lib.h
lib/pagecache.c
lib/pool.c
lib/regex.c