forked from Imagelibrary/rtems
2003-09-02 Ilya Alexeev <ilya@continuum.ru>
PR 472/filesystem src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-09-02 Ilya Alexeev <ilya@continuum.ru>
|
||||
|
||||
PR 472/filesystem
|
||||
src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
|
||||
|
||||
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 449/rtems:
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
||||
#include <rtems.h>
|
||||
#include <rtems/libcsupport.h>
|
||||
#include <rtems/score/apimutex.h>
|
||||
#ifdef RTEMS_NEWLIB
|
||||
#include <sys/reent.h>
|
||||
#endif
|
||||
@@ -35,6 +36,7 @@
|
||||
rtems_id RTEMS_Malloc_Heap;
|
||||
size_t RTEMS_Malloc_Sbrk_amount;
|
||||
|
||||
#define MALLOC_STATS
|
||||
#ifdef RTEMS_DEBUG
|
||||
#define MALLOC_STATS
|
||||
#define MALLOC_DIRTY
|
||||
|
||||
Reference in New Issue
Block a user