Title: leak Version: 1 Submitted: Oct 11 1993 Author: pefv700@hermes.chpc.utexas.edu (Christopher Phillips) Submittor: pefv700@hermes.chpc.utexas.edu (Christopher Phillips) Description: quick and dirty code to find memory leaks What leak does: * Logs all malloc/realloc/free calls to dbm files with filename and line number * Complains about reallocing/freeing addresses not the result of a prior malloc/realloc * Dumps unfreed addresses upon request How to use leak: * #include "leak.h" in all source files that call malloc/realloc/free * recompile * run program * run leakdump pefv700@hermes.chpc.utexas.edu (Christopher Phillips)