OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / malloc_get_state.3
index e232423..d5e94dc 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH MALLOC_GET_STATE 3 2012-05-04 "GNU" "Linux Programmer's Manual"
+.TH MALLOC_GET_STATE 3 2014-06-13 "GNU" "Linux Programmer's Manual"
 .SH NAME
 malloc_get_state, malloc_set_state \- record and restore state of malloc implementation
 .SH SYNOPSIS
 .nf
-.B #include <stdlib.h>
+.B #include <malloc.h>
 .sp
 .BI "void* malloc_get_state(void);"
 
@@ -112,7 +112,7 @@ then the hooks are reset to 0.
 .BR malloc (3),
 .BR mallopt (3)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,