Summary: Added support to completely disable dscm_malloc and dscm_free
New version of: pigeondeliver--main--0.2--patch-61
Available in archive: tla@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Committed by: Carlo Contavalli <ccontavalli@xxxxxxxxxxx>
on: Mon Sep 18 16:09:44 CEST 2006
New-Files: 0
Modified-Files: 1
Removed-Files: 0
Changelog:
* lib/dscm-utils0/dscm-utils0/dscm-mem.h - added ifdef to
handle DSCM_DEBUG_LEAKS, with a couple new macros to
wrap malloc and free around dscm_malloc and dscm_free.
This define can be used with dmalloc or memory leak
tracing libraries, in order to avoid the 'wrapper'
being always indicated as the source of leaks...
* lib/dscm-utils0/dscm-mem.c - modified, in order to undef
the above wrappers.