From 9224a751b12835d21b11760c32a4a89524bb6b3e Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Mon, 30 Nov 2009 13:06:21 +0000 Subject: Changed base implementation of protected heap allocations to use _Heap_Allocate_aligned_with_boundary(). --- cpukit/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 12a0868031..181d2c523c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,14 @@ +2009-11-30 Sebastian Huber + + * score/include/rtems/score/protectedheap.h, + score/src/pheapallocate.c: Changed base implementation of protected + heap allocations to use _Heap_Allocate_aligned_with_boundary(). + * libcsupport/include/rtems/malloc.h, libcsupport/src/rtems_malloc.c: + Check system state. Process deferred frees. Renamed rtems_malloc() in + rtems_heap_allocate_aligned_with_boundary(). + * score/src/pheapallocatealigned.c: Removed file. + * score/Makefile.am: Update for removed file. + 2009-11-30 Sebastian Huber * libblock/include/rtems/bdbuf.h: Documentation. -- cgit v1.2.3