From cfcc4e202d928690c46a083ce594aa0d505bf302 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 8 Jan 2008 22:59:14 +0000 Subject: 2008-01-08 Joel Sherrill * libcsupport/Makefile.am: Add malloc_sbrk_helpers.c. * libcsupport/include/rtems/malloc.h, libcsupport/src/malloc.c, libcsupport/src/malloc_initialize.c, libcsupport/src/malloc_p.h, libcsupport/src/malloc_statistics_helpers.c: Make sbrk() support pluggable and optional. This eliminates the need for heap extend and sbrk in the minimum footprint which is ~2.5K on the SPARC. * sapi/include/confdefs.h: Add the following configuration points: + CONFIGURE_MALLOC_STATISTICS + CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK * libcsupport/src/malloc_sbrk_helpers.c: New file. --- cpukit/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e462800c7e..89c6582515 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,18 @@ +2008-01-08 Joel Sherrill + + * libcsupport/Makefile.am: Add malloc_sbrk_helpers.c. + * libcsupport/include/rtems/malloc.h, + libcsupport/src/malloc.c, libcsupport/src/malloc_initialize.c, + libcsupport/src/malloc_p.h, + libcsupport/src/malloc_statistics_helpers.c: Make sbrk() + support pluggable and optional. This eliminates the need for + heap extend and sbrk in the minimum footprint which is ~2.5K on + the SPARC. + * sapi/include/confdefs.h: Add the following configuration points: + + CONFIGURE_MALLOC_STATISTICS + + CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK + * libcsupport/src/malloc_sbrk_helpers.c: New file. + 2008-01-08 Joel Sherrill * score/Makefile.am: Add missing file. -- cgit v1.2.3