MemCheck: the ultimate memory troubles hunter
Created by: Jean Marc Eber & Vincent Mahon, Société Générale/MARC/SGOP/R&D
Version 1.0 (first published version)
Last change date: 09 July 1997

Contact...
	Jean Marc Eber is at: eber@sgop.societe-generale.fr
	Vincent Mahon is at: mahon@sgop.societe-generale.fr

	Our address is:
		Tour Société Générale
		Marc/Sgop/R&D
		92987 Paris - La Défense cedex
		France

Copyrights...
The authors grant you the right to modify/change the source code as long as the original authors are mentionned.
Please let us know if you make any improvements, so that we can keep an up to date version. We also welcome
all comments, preferably by email.

Disclaimer...
You use MemCheck at your own risks. This means that you cannot hold the authors or Société Générale to be
responsible for any software\hardware problems you may encounter while using this module.

General information...
MemCheck is a Delphi unit. More information can be found in the header of the unit. If you have ideas to improve the documentation, please tell us !
MemCheck replaces Delphi's memory manager with a home made one. This one logs information each time memory is
allocated, reallocated or freed. When the program ends, information about memory problems is provided in a log file
and exceptions are raised at problematic points.