HeapTrace is a Delphi unit that enables debugging of dynamic description
HeapTrace is a Delphi unit that enables debugging of dynamic (heap) memory. The unit provides optional logging of allocations,deallocations and errors either on a class by class basis, for all classes or for all heap memory.
File List:
HEAPTRAC.DCU
14Kb
HEAPTRAC.INT
4Kb
HEAPTRAC.TXT
1Kb
HEAPTRAC.WRI
6Kb
Similar code
Simple Delphi Logger
(Popularity: ) : Creating simple class Delphi Logger using singleton pattern. Log your exception into file text.