home *** CD-ROM | disk | FTP | other *** search
- 1.00 September 1994
-
- First release.
-
-
-
-
-
- 1.10 24 Nov 1994
-
- Required HEAPGRAPH to be predefined for HeapGraph to work - this makes
- test/normal versions of projects easily made.
-
- Added Debug_Printf, which requires HEAPGRAPH_DEBUG to be predefined.
-
- Made HeapGraph_RedirectAllocFns and HeapGraph_Sendf (and Debug_Printf)
- call HeapGraph_Init if HeapGraph_Init hasn't already been called.
-
- Added HeapGraph_SetReference, to set what reference number is sent to
- !HeapDisp for subsequent malloced blocks. This is dead useful. Eg set
- the reference to 0 while a program calls library functions, then to 1
- when you call malloc. !HeapDisp will display you programs malloc blocks
- a different colour from library-blocks.
-