malloc.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-06-19 16:29:28 +02:00
parent bc045fdd60
commit f57d94ca99
1 changed files with 3 additions and 3 deletions

View File

@ -273,7 +273,7 @@ in
.BR proc (5),
and the Linux kernel source file
.IR Documentation/vm/overcommit-accounting .
.PP
Normally,
.BR malloc ()
allocates memory from the heap, and adjusts the size of the heap
@ -294,7 +294,7 @@ are unaffected by the
.B RLIMIT_DATA
resource limit (see
.BR getrlimit (2)).
.PP
To avoid corruption in multithreaded applications,
mutexes are used internally to protect the memory-management
data structures employed by these functions.
@ -312,7 +312,7 @@ by the system
or
.BR mmap (2)),
and managed with its own mutexes.
.PP
SUSv2 requires
.BR malloc (),
.BR calloc (),