summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-07 21:42:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-07 21:42:14 +0000
commit1f49f77158e7e57da2a463fec248f7ebb3a2449e (patch)
tree2ebe6f81966217f933bd1c00641e674bb7f73eec /cpukit/ChangeLog
parent2007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1f49f77158e7e57da2a463fec248f7ebb3a2449e.tar.bz2
2007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/malloc.c: If RTEMS_HEAP_DEBUG is defined, add heap walk on init, malloc, and free. The ability to walk the heap appears to disappeared during the rework of the C Program heap to skip the Region.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bf9ae7ad19..02b9b99606 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/src/malloc.c: If RTEMS_HEAP_DEBUG is defined, add heap
+ walk on init, malloc, and free. The ability to walk the heap appears
+ to disappeared during the rework of the C Program heap to skip the
+ Region.
+
+2007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/src/heap.c: Style.
* score/src/heapwalk.c: Add more information to prints.
* score/src/pheapwalk.c: Do not lock allocator mutex if dispatching