From 01557b0c6e723627427195bb33bdfe0b125c70b1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 27 Nov 2014 11:44:48 +0100 Subject: libcsupport: Delete malloc statistics Use the heap handler statistics instead. Add heap walk option to MALLOC shell command. close #1367 --- cpukit/sapi/include/confdefs.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index a30c008f87..76cba05655 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -1113,19 +1113,6 @@ const rtems_libio_helper rtems_fs_init_helper = #endif #endif -#ifdef CONFIGURE_INIT - /** - * This configures the malloc family statistics to be available. - * By default only function call counts are kept. - */ - rtems_malloc_statistics_functions_t *rtems_malloc_statistics_helpers = - #ifndef CONFIGURE_MALLOC_STATISTICS - NULL; - #else - &rtems_malloc_statistics_helpers_table; - #endif -#endif - #ifdef CONFIGURE_INIT /** * This configures the sbrk() support for the malloc family. -- cgit v1.2.3