mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 07:25:26 +08:00
2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Add CONFIGURE_MALLOC_DIRTY.
This commit is contained in:
@@ -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