malloc_info.3: ATTRIBUTES: Note function that is thread-safe

After research, We think malloc_info() is thread-safe. But, there
is not marking of malloc_info() in glibc document.
- malloc_info: MT-Safe

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Zeng Linggang 2015-05-13 14:53:46 +08:00 committed by Michael Kerrisk
parent 47e94221ff
commit 1cd7128b92
1 changed files with 13 additions and 0 deletions

View File

@ -60,6 +60,19 @@ was nonzero.
.SH VERSIONS
.BR malloc_info ()
was added to glibc in version 2.10.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lb lb lb
l l l.
Interface Attribute Value
T{
.BR malloc_info ()
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
This function is a GNU extension.
.SH NOTES