malloc.3, mallopt.3, mtrace.3: Links to new mcheck.3 page

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-04-18 08:33:39 +12:00
parent fd2981935b
commit 361c3c7f7a
6 changed files with 10 additions and 4 deletions

View File

@ -25,7 +25,7 @@
.\" Documented MALLOC_CHECK_, Wolfram Gloger (wmglo@dent.med.uni-muenchen.de) .\" Documented MALLOC_CHECK_, Wolfram Gloger (wmglo@dent.med.uni-muenchen.de)
.\" 2007-09-15 mtk: added notes on malloc()'s use of sbrk() and mmap(). .\" 2007-09-15 mtk: added notes on malloc()'s use of sbrk() and mmap().
.\" .\"
.TH MALLOC 3 2012-03-20 "GNU" "Linux Programmer's Manual" .TH MALLOC 3 2012-04-18 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
malloc, free, calloc, realloc \- Allocate and free dynamic memory malloc, free, calloc, realloc \- Allocate and free dynamic memory
.SH SYNOPSIS .SH SYNOPSIS
@ -272,5 +272,6 @@ For details, see
.BR malloc_trim (3), .BR malloc_trim (3),
.BR malloc_usable_size (3), .BR malloc_usable_size (3),
.BR mallopt (3), .BR mallopt (3),
.BR mcheck (3),
.BR mtrace (3), .BR mtrace (3),
.BR posix_memalign (3) .BR posix_memalign (3)

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by .\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.TH MALLOPT 3 2012-04-17 "Linux" "Linux Programmer's Manual" .TH MALLOPT 3 2012-04-18 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mallopt \- set memory allocation parameters mallopt \- set memory allocation parameters
.SH SYNOPSIS .SH SYNOPSIS
@ -574,5 +574,6 @@ main(int argc, char *argv[])
.BR malloc (3), .BR malloc (3),
.BR malloc_hook (3), .BR malloc_hook (3),
.BR malloc_trim (3), .BR malloc_trim (3),
.BR mcheck (3),
.BR mtrace (3), .BR mtrace (3),
.BR posix_memalign (3) .BR posix_memalign (3)

1
man3/mcheck_check_all.3 Normal file
View File

@ -0,0 +1 @@
.so man3/mcheck.3

1
man3/mcheck_pedantic.3 Normal file
View File

@ -0,0 +1 @@
.so man3/mcheck.3

1
man3/mprobe.3 Normal file
View File

@ -0,0 +1 @@
.so man3/mcheck.3

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by .\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.TH MTRACE 3 2012-03-22 "GNU" "Linux Programmer's Manual" .TH MTRACE 3 2012-04-18 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
mtrace, muntrace \- malloc tracing mtrace, muntrace \- malloc tracing
.SH SYNOPSIS .SH SYNOPSIS
@ -165,4 +165,5 @@ The final message corresponds to the call to
.SH "SEE ALSO" .SH "SEE ALSO"
.BR mtrace (1), .BR mtrace (1),
.BR malloc (3), .BR malloc (3),
.BR malloc_hook (3) .BR malloc_hook (3),
.BR mcheck (3)