From Dr Dobbs Journal, Annual C Issue, August 1990.

- simple memory handling shell for C, that aids the programmer
  in tracking down memory leakage.  It redefines malloc() etc as macro calls
  that keep track of where each block was malloc()ed [it stores the filename and
  source lineno].

- Highly recommended!

To install into your TOOLDIR:

- make install
