From a89ae540c1d287d275943fd06692a44e9dbc8331 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 6 Dec 2011 14:23:26 +0000 Subject: 2011-12-06 Sebastian Huber * score/src/heapiterate.c, score/src/pheapiterate.c: New files. * score/Makefile.am: Reflect changes above. * score/include/rtems/score/heap.h: Declare _Heap_Iterate() and define Heap_Block_visitor. * score/include/rtems/score/protectedheap.h: Declare _Protected_heap_Iterate(). * score/src/heapgetinfo.c: Use _Heap_Iterate(). --- cpukit/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7ac483abf2..85db5f4645 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,13 @@ +2011-12-06 Sebastian Huber + + * score/src/heapiterate.c, score/src/pheapiterate.c: New files. + * score/Makefile.am: Reflect changes above. + * score/include/rtems/score/heap.h: Declare _Heap_Iterate() and define + Heap_Block_visitor. + * score/include/rtems/score/protectedheap.h: Declare + _Protected_heap_Iterate(). + * score/src/heapgetinfo.c: Use _Heap_Iterate(). + 2011-12-06 Ralf Corsépius * libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c, -- cgit v1.2.3