mallopt.3: Document default value for M_ARENA_TEST

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-18 09:11:57 +02:00
parent 19557f4043
commit 8e81aad0dc
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ See
.B M_ARENA_MAX
for the definition of an arena.
The default value for this parameter is 2 on systems where
.IR sizeof(long)
is 4; otherwise the default value is 8.
This parameter has been available since glibc 2.10 via
.BR \-\-enable\-experimental\-malloc ,
and since glibc 2.15 by default.