From 7ff6115b8b913d848b8fe76daf72ca0b4bbf2548 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Nov 2008 20:01:13 +0000 Subject: 2008-11-20 Joel Sherrill * score/include/rtems/score/heap.h, score/include/rtems/score/protectedheap.h, score/include/rtems/score/wkspace.h, score/src/heap.c, score/src/heapallocate.c, score/src/heapallocatealigned.c, score/src/heapextend.c, score/src/heapresizeblock.c, score/src/heapsizeofuserarea.c, score/src/pheapgetblocksize.c, score/src/wkspace.c: Revert use of ssize_t. This type is not guaranteed to be able to represent a positive number greater than the size of a single allocatable object. We needed a type that is able to represent the size of a pool of multiple allocatable objects or potentially nearly all memory. --- cpukit/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 2b07ea6158..49bf76404c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,17 @@ +2008-11-20 Joel Sherrill + + * score/include/rtems/score/heap.h, + score/include/rtems/score/protectedheap.h, + score/include/rtems/score/wkspace.h, score/src/heap.c, + score/src/heapallocate.c, score/src/heapallocatealigned.c, + score/src/heapextend.c, score/src/heapresizeblock.c, + score/src/heapsizeofuserarea.c, score/src/pheapgetblocksize.c, + score/src/wkspace.c: Revert use of ssize_t. This type is not + guaranteed to be able to represent a positive number greater than the + size of a single allocatable object. We needed a type that is able to + represent the size of a pool of multiple allocatable objects or + potentially nearly all memory. + 2008-11-20 Joel Sherrill * libcsupport/src/newlibc_exit.c, score/src/threadhandler.c: Do not -- cgit v1.2.3