X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Mon, 4 Mar 2002 08:19:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Re: Malloc/free DJGPP code In-Reply-To: <3C82961C.ECB957F1@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 3 Mar 2002, CBFalconer wrote: > I suspect the present debuggers only need the sz and data > offsets. data and ohead will normally be the same, unless guard > areas are above the data area. That depends on what you include in the ``debuggers'' notion. Some facilities offered by malldbg.c allow to watch all allocations and deallocations, print reports about aloocated and free memory, etc. If your interface allows to do similar things, it would be great.