From: Ulrich Drepper Date: Fri, 30 Jan 1998 17:05:21 +0000 (+0000) Subject: (Heap Consistency Checking): mcheck is declared in . X-Git-Tag: cvs/before-sparc-2_0_x-branch~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793ad141c386179c9bcdae0bbe7f3ce0f02ec02f;p=thirdparty%2Fglibc.git (Heap Consistency Checking): mcheck is declared in . --- diff --git a/manual/memory.texi b/manual/memory.texi index 16dc9aa5e1c..151036c74da 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -548,10 +548,10 @@ to zero disables all use of @code{mmap}. You can ask @code{malloc} to check the consistency of dynamic storage by using the @code{mcheck} function. This function is a GNU extension, -declared in @file{malloc.h}. -@pindex malloc.h +declared in @file{mcheck.h}. +@pindex mcheck.h -@comment malloc.h +@comment mcheck.h @comment GNU @deftypefun int mcheck (void (*@var{abortfn}) (enum mcheck_status @var{status})) Calling @code{mcheck} tells @code{malloc} to perform occasional