OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / malloc_trim.3
index c4537ce..c490f81 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH MALLOC_TRIM 3  2012-03-29 "Linux" "Linux Programmer's Manual"
+.TH MALLOC_TRIM 3  2014-05-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 malloc_trim \- release free memory from the top of the heap
 .SH SYNOPSIS
 .B #include <malloc.h>
 
-.BI "void malloc_trim(size_t "  pad );
+.BI "int malloc_trim(size_t "  pad );
 .SH DESCRIPTION
 The
 .BR malloc_trim ()
@@ -80,10 +80,11 @@ This function releases only memory in the main arena.
 .BR malloc (3),
 .BR mallopt (3)
 .SH COLOPHON
-This page is part of release 3.64 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.