mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2009-10-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/include/rtems/malloc.h: Correct type of rtems_malloc_dirty_helper so usable.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-10-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* libcsupport/include/rtems/malloc.h: Correct type of
|
||||||
|
rtems_malloc_dirty_helper so usable.
|
||||||
|
|
||||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
PR 1441/cpukit
|
PR 1441/cpukit
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ extern rtems_malloc_sbrk_functions_t *rtems_malloc_sbrk_helpers;
|
|||||||
* Malloc Plugin to Dirty Memory at Allocation Time
|
* Malloc Plugin to Dirty Memory at Allocation Time
|
||||||
*/
|
*/
|
||||||
typedef void (*rtems_malloc_dirtier_t)(void *, size_t);
|
typedef void (*rtems_malloc_dirtier_t)(void *, size_t);
|
||||||
extern rtems_malloc_dirtier_t *rtems_malloc_dirty_helper;
|
extern rtems_malloc_dirtier_t rtems_malloc_dirty_helper;
|
||||||
|
|
||||||
/** @brief Dirty memory function
|
/** @brief Dirty memory function
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user