summaryrefslogtreecommitdiffstats
path: root/man3/malloc_stats.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/malloc_stats.3')
-rw-r--r--man3/malloc_stats.314
1 files changed, 6 insertions, 8 deletions
diff --git a/man3/malloc_stats.3 b/man3/malloc_stats.3
index 9d5b7e456..7c17d2c1c 100644
--- a/man3/malloc_stats.3
+++ b/man3/malloc_stats.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH malloc_stats 3 2022-12-15 "Linux man-pages 6.03"
+.TH malloc_stats 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
malloc_stats \- print memory allocation statistics
.SH LIBRARY
@@ -35,27 +35,25 @@ the function prints the sum of these two statistics for all arenas,
and the maximum number of blocks and bytes that were ever simultaneously
allocated using
.BR mmap (2).
-.\" .SH VERSIONS
-.\" Available already in glibc 2.0, possibly earlier
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR malloc_stats ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-This function is a GNU extension.
+GNU.
+.SH HISTORY
+glibc 2.0.
.SH NOTES
More detailed information about memory allocations in the main arena
can be obtained using