malloc.3: Minor clarification to CONFORMING TO

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-06-19 15:42:17 +02:00
parent ceaad4d829
commit 4b80e269ee
1 changed files with 4 additions and 0 deletions

View File

@ -200,6 +200,10 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
.BR malloc (),
.BR free (),
.BR calloc (),
.BR realloc ():
POSIX.1-2001, POSIX.1-2008, C89, C99.
.SH NOTES
By default, Linux follows an optimistic memory allocation strategy.