home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / clib / progs / stubshack / HeapGraph_Example_!Help < prev    next >
Encoding:
Text File  |  1994-11-24  |  1.1 KB  |  31 lines

  1. This directory contains a small example program, one makefile, and four
  2. different ways of making the example program.
  3.  
  4. The four application directories !Normal, !Debug, !HGDebug and
  5. !HeapGraph contain four different sets of .o files together with a
  6. !RunImage, and a small !Run file.
  7.  
  8. Double-clicking on these application directories will run amu in a task
  9. window with different parameters which are added to the CC comand in the
  10. makefile. !RunImage and the .o files made during the make are put inside
  11. the application directory.
  12.  
  13.  
  14. !Normal: This makes a vanilla version of the program, with all HeapGraph
  15. calls removed.
  16.  
  17. !Debug: Predefines HEAPGRAPH_DEBUG, so Debug_Printf commands are
  18. included.
  19.  
  20. !HeapGraph: Predefines HEAPGRAPH, so HeapGraph_RedirectAllocFns and
  21. HeapGraph_Sendf calls are included. malloc info will be sent to
  22. pipefs, and text sent with 'HeapGraph_Sendf'.
  23.  
  24. !HGDebug: Predefines HEAPGRAPH_DEBUG and HEAPGRAPH, so all HeapGraph
  25. functions are included.
  26.  
  27.  
  28. To run a particular version of the program, double-click on 'RunProg' in
  29. one of the four application directories.
  30.  
  31.