Changes between Version 3 and Version 4 of TBR/Review/Debugging/Start


Ignore:
Timestamp:
10/04/05 19:52:49 (19 years ago)
Author:
JoelSherrill
Comment:

/* How much memory is left in the C Program Heap? */ Fix formatting errors.

Legend:

Unmodified
Added
Removed
Modified
  • TBR/Review/Debugging/Start

    v3 v4  
    6767
    6868{{{
    69 ##include <libcsupport.h>
     69#include <libcsupport.h>
    7070    .....
    7171  malloc_dump ();
     
    7676The following GDB macro may also be of use. If provided with an argument of '''0''' for a summary, or '''1''' to explicitly list the regions.
    7777
    78 
     78{{{
    7979 define rtems-mallocheap-walk
    8080   printf "walking the heap:\n"
     
    113113     $free, $numfree
    114114 end
     115}}}
    115116= How much memory is left in the RTEMS Workspace? =
    116117