forked from Imagelibrary/rtems
* libmisc/stackchk/check.c, rtems/src/regionreturnsegment.c, rtems/src/regiongetsegmentsize.c, src/heapalignupuptr.c, src/heapallocatealigned.c, src/heapallocate.c, src/heap.c, src/heapextend.c, src/heapfree.c, src/heapgetfreeinfo.c, src/heapgetinfo.c, src/heapresizeblock.c, src/heapsizeofuserarea.c, src/heapwalk.c, src/pheapgetblocksize.c, inline/rtems/score/heap.inl, include/rtems/score/heap.h: Overall cleanup. Changed all types for addresses, sizes, offsets and alignments to uintptr_t. Reformatted. Added variables for clarity. Renamed various objects. Enabled _HAssert() for all instances. More changes follow.
# # $Id$ # This directory contains for the "miscellaneous" library. Currently this library contains a number of useful support libraries: + Task Stack Overflow Checker + Workspace Consistency Checker + Task Execution Time Monitor + Period Statistics Monitor + Debug Monitor The following ideas have been mentioned for items which could go in this library, but this list is not all inclusive: + there are no outstanding suggestions. The intent of this library is to provide a home for useful utility routines which are dependent upon RTEMS. --joel 16 Sept 97