Mail Archives: djgpp/1999/12/28/17:11:01
On Sun, 26 Dec 1999, Mariano Alvarez =?iso-8859-1?Q?Fern=E1ndez?= wrote:
> Searching for available malloc debugers for DJGPP, I found they are not
> easely usable or you must to modify your code a lot. Because the DJGPP
> sources are available I began to try to track the used heap modifying
> malloc.c, but it's difficult to understand it. Next, I tried whit the
> alternate malloc routine fmalloc.c, it is clear and easy to modify.
Thanks for your work.
However, it would be much better if your changes applied to the
version of malloc used in the library. Then we could simply add them
to the library sources, and everyone else could benefit from your work
without going through the hassle of replacing malloc with another
version.
So please consider retrofitting your changes into the version of
malloc used by the library.
If you have difficulties understanding the code, please post specific
questions to djgpp-workers AT delorie DOT com, and you will get help.
- Raw text -