Mail Archives: djgpp-workers/2003/04/19/04:58:32
> Date: Fri, 21 Mar 2003 17:09:33 -0500
> From: CBFalconer <cbfalconer AT yahoo DOT com>
>
> The revised package is at:
>
> <http://cbfalconer.home.att.net/download/nmalloc.zip>
Sorry for such a long delay.
I've finally looked at your implementation of malloc-debug facilities,
and I have only one comment: I don't like the idea of redefining
`malloc' to `_malloc', `free' to `_free', etc. Unless I'm missing
something, this precludes linking an application with the debuggery
code without recompiling all the app's code from scratch. It means,
for example, that if I have a library for which I have no sources, and
that library calls `malloc' et al, I'm toast if I want malloc-debug.
What's the problem to use the hooks as they are used in malldbg.c
that's in the current DJGPP CVS?
- Raw text -