Date: Mon, 27 Dec 1999 08:42:19 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mariano Alvarez =?iso-8859-1?Q?Fern=E1ndez?= cc: djgpp Subject: Re: Mini malloc debuger In-Reply-To: <38655BD4.E9FDBB28@teleline.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.