diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/memory.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/memory.texi b/manual/memory.texi index 343fcd1c8a..421ec797f7 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -549,10 +549,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 |