Xref: news-dnh.mv.net comp.os.msdos.djgpp:432 Newsgroups: comp.os.msdos.djgpp Path: news-dnh.mv.net!mv!news.sprintlink.net!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ames!night.primate.wisc.edu!relay!jpham.nswc.navy.mil!jsr From: jsr AT jpham DOT nswc DOT navy DOT mil (John S. Reitwiesner) Subject: Re: Memory tools for DJGPP? Sender: news AT relay DOT nswc DOT navy DOT mil Organization: Naval Surface Warfare Center - Dahlgren Div. References: Date: Sun, 18 Jun 1995 16:51:51 GMT Lines: 25 To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Erik Max Francis (max AT alcyone DOT darkside DOT com) wrote: : Are there any memory tools (i.e., which replace malloc/new and : free/delete) available for DJGPP which do memory-intensive testing, : such as looking for block overruns, double frees, writes after frees, : etc.? Try Fortify which can be found on SimTel as msdos/c/fortify.zip. I use it and it works very well. This is version 1.0. Version 2.0 is in beta. From the file 'READ.ME' of version 1.0: Short: C/C++ memory tracker and protector R1.0 Uploader: sbullen AT ozemail DOT com DOT au (Simon P. Bullen) Author: sbullen AT ozemail DOT com DOT au (Simon P. Bullen) Type: dev/c Fortify is a fortified memory allocation shell for C and C++. It is capable of detecting memory leaks, writes beyond and before memory blocks, and breaks software that relies on the state of uninitialized memory, and software that uses memory after it's been freed. -- John S. Reitwiesner Naval Surface Warfare Center, Dahlgren VA. jreitwi AT n85 DOT nswc DOT navy DOT mil