Log Based Memory Leak Finder

This program (memleak.p) is a simplified 10.1 log file reader that will try to identify the source of memory leaks in your application.

After setting -logentrytypes to dynobjects.* (preferably before starting the application), it will scan the provided log files creating a temp-table entry each time a memory object is created and removing entrys each time they are deleted.

The output is the session log entries for objects that were not deleted.

The code has been used in a fairly simple environment and may require customization for your environment.