From 8e30a269a21cd61ca1387e666e458e52c0b153ab Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Dec 2007 16:03:54 +0000 Subject: 2007-12-19 Joel Sherrill * libcsupport/Makefile.am, libcsupport/include/rtems/malloc.h, libcsupport/src/free.c, libcsupport/src/malloc.c, libcsupport/src/malloc_p.h, libcsupport/src/malloc_report_statistics_plugin.c, libmisc/shell/shell.c, libmisc/shell/shell.h, score/src/objectinitializeinformation.c: Add posix_memalign. Split out management of deferred frees to subroutines. * libcsupport/src/malloc_deferred.c, libcsupport/src/posix_memalign.c: New files. --- cpukit/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d3e286a494..7d265ec545 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,14 @@ +2007-12-19 Joel Sherrill + + * libcsupport/Makefile.am, libcsupport/include/rtems/malloc.h, + libcsupport/src/free.c, libcsupport/src/malloc.c, + libcsupport/src/malloc_p.h, + libcsupport/src/malloc_report_statistics_plugin.c, + libmisc/shell/shell.c, libmisc/shell/shell.h, + score/src/objectinitializeinformation.c: Add posix_memalign. Split + out management of deferred frees to subroutines. + * libcsupport/src/malloc_deferred.c, libcsupport/src/posix_memalign.c: New files. + 2007-12-18 Joel Sherrill * libcsupport/Makefile.am, libcsupport/preinstall.am, -- cgit v1.2.3