2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>

* sapi/include/confdefs.h: Add CONFIGURE_MALLOC_DIRTY.
This commit is contained in:
Joel Sherrill
2008-01-09 21:09:54 +00:00
parent 635865aefd
commit bfc54b08c8
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Add CONFIGURE_MALLOC_DIRTY.
2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am, libcsupport/include/rtems/malloc.h,
+9
View File
@@ -266,6 +266,15 @@ extern int rtems_telnetd_maximum_ptys;
#endif
#endif
#ifdef CONFIGURE_INIT
rtems_malloc_dirtier_t *rtems_malloc_dirty_helper =
#if defined(CONFIGURE_MALLOC_DIRTY)
rtems_malloc_dirty_memory;
#else
NULL;
#endif
#endif
/*
* Default User Initialization Task Table. This table guarantees that
* one user initialization table is defined.