malloc.3, mallopt.3: SEE ALSO: Add malloc_trim(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-03-26 06:15:18 +13:00
parent a15b0e60b2
commit 16ecf30994
2 changed files with 2 additions and 0 deletions

View File

@ -270,6 +270,7 @@ For details, see
.BR mmap (2),
.BR alloca (3),
.BR malloc_get_state (3),
.BR malloc_trim (3),
.BR mallopt (3),
.BR mtrace (3),
.BR posix_memalign (3)

View File

@ -573,5 +573,6 @@ main(int argc, char *argv[])
.BR mallinfo (3),
.BR malloc (3),
.BR malloc_hook (3),
.BR malloc_trim (3),
.BR mtrace (3),
.BR posix_memalign (3)