From ffe14b26c8ab8b79bdffc70e5985c78969ede4ee Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 May 2015 10:46:30 +0200 Subject: sapi: Fix workspace size estimate Reserve a full minimum block to account for the heap protection enabled via RTEMS_DEBUG. --- cpukit/sapi/include/confdefs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 0a12787aeb..70ad854177 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -27,7 +27,6 @@ */ #include #include -#include #include #ifdef CONFIGURE_DISABLE_BSP_SETTINGS @@ -2951,7 +2950,7 @@ const rtems_libio_helper rtems_fs_init_helper = * _Heap_Block_split(). */ #define CONFIGURE_HEAP_HANDLER_OVERHEAD \ - _Configure_Align_up( HEAP_ALLOC_BONUS, CPU_HEAP_ALIGNMENT ) + _Configure_Align_up( HEAP_BLOCK_HEADER_SIZE, CPU_HEAP_ALIGNMENT ) /* * Calculate the RAM size based on the maximum number of objects configured. -- cgit v1.2.3