From 96fc191bb88ee04fec01352afa331a18ed3a9d49 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Jul 2010 01:02:06 +0000 Subject: 2010-07-05 Joel Sherrill * malloctest/system.h: Enable malloc statistics. --- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/malloctest/system.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 0899fe4d75..465d1ab57e 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,7 @@ +2010-07-05 Joel Sherrill + + * malloctest/system.h: Enable malloc statistics. + 2010-07-05 Joel Sherrill * Makefile.am, configure.ac: tar01 and tar02 not merged yet. diff --git a/testsuites/libtests/malloctest/system.h b/testsuites/libtests/malloctest/system.h index eacd2d330f..9aef8768bb 100644 --- a/testsuites/libtests/malloctest/system.h +++ b/testsuites/libtests/malloctest/system.h @@ -39,6 +39,8 @@ void blow_stack( void ); #define CONFIGURE_EXTRA_TASK_STACKS ((TASK_STACK_SIZE)*5) #define CONFIGURE_MAXIMUM_TASKS 6 +#define CONFIGURE_MALLOC_STATISTICS + #define CONFIGURE_RTEMS_INIT_TASKS_TABLE #include -- cgit v1.2.3