mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 07:39:14 +08:00
2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Add CONFIGURE_MALLOC_DIRTY.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user