X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Fmalloc_info.3;h=f9c4cc06cd4dcad2bffe22861e61d324c0938ec8;hb=361fd72f831aabd8a0aa6fe7bc4ef66ef4f89a1b;hp=e131b635b72b00f788fc79707b2a0fee2760b725;hpb=6b8ae42515c9c9b9504b992ccd27c13b702317b1;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/malloc_info.3 b/original/man3/malloc_info.3 index e131b635..f9c4cc06 100644 --- a/original/man3/malloc_info.3 +++ b/original/man3/malloc_info.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2012 by Michael Kerrisk .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -19,8 +20,9 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" -.TH MALLOC_INFO 3 2012-04-28 "GNU" "Linux Programmer's Manual" +.TH MALLOC_INFO 3 2013-04-19 "GNU" "Linux Programmer's Manual" .SH NAME malloc_info \- export malloc state to a stream .SH SYNOPSIS @@ -47,14 +49,16 @@ must be zero. On success, .BR malloc_info () returns 0; -on error, it returns \-1. +on error, it returns \-1, with +.I errno +set to indicate the cause. .SH ERRORS .TP .B EINVAL .I options was nonzero. .SH VERSIONS -.BR malloc_info (3) +.BR malloc_info () was added to glibc in version 2.10. .SH CONFORMING TO This function is a GNU extension. @@ -255,3 +259,11 @@ main(int argc, char *argv[]) .BR malloc_stats (3), .BR mallopt (3), .BR open_memstream (3) +.SH COLOPHON +This page is part of release 3.65 of the Linux +.I man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +\%http://www.kernel.org/doc/man\-pages/.