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 --- doc/user/conf.t | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'doc/user') diff --git a/doc/user/conf.t b/doc/user/conf.t index d72ff06661..68b5ede8fa 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -2433,37 +2433,6 @@ This section defines the file system and IO library related configuration parameters supported by @code{}. -@c -@c === CONFIGURE_MALLOC_STATISTICS === -@c -@subsection Enable Malloc Family Statistics - -@findex CONFIGURE_MALLOC_STATISTICS - - -@table @b -@item CONSTANT: -@code{CONFIGURE_MALLOC_STATISTICS} - -@item DATA TYPE: -Boolean feature macro. - -@item RANGE: -Defined or undefined. - -@item DEFAULT VALUE: -This is not defined by default, and Malloc Statistics are disabled. - -@end table - -@subheading DESCRIPTION: -This configuration parameter is defined when the application wishes to -enable the gathering of more detailed statistics on the C Malloc Family -of routines. - -@subheading NOTES: -None. - @c @c === CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS === @c -- cgit v1.2.3