malloc.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-03-17 03:40:50 +13:00
parent 01b844cc10
commit c34547e4f4
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ there could be contention for these mutexes.
To scalably handle memory allocation in multithreaded applications,
glibc creates additional
.IR "memory allocation arenas"
if mutex contention is detected..
if mutex contention is detected.
Each arena is a large region of memory that is internally allocated
by the system
(using