home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3487 / README < prev    next >
Encoding:
Text File  |  1991-06-15  |  281 b   |  11 lines

  1.  
  2.  
  3. This is another debugging malloc library replacement. It is intended mostly
  4. to help track down memory leaks, and not memory overwriting. I hope it
  5. proves useful to someone.
  6.  
  7. To use just include "malloc.h" in your program, compile with -DDEBUG, and
  8. link in debugalloc.o
  9.  
  10. christos
  11.