mallopt.3: Minor fix: relocate some text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-18 08:50:45 +02:00
parent bf5c6199e3
commit b075133f9c
1 changed files with 6 additions and 5 deletions

View File

@ -47,11 +47,6 @@ The following values can be specified for
.TP
.BR M_ARENA_MAX
This is the maximum number of arenas that can be created.
The value of
.B M_ARENA_TEST
is not used when
.B M_ARENA_MAX
is defined.
An arena represents a pool of memory that can be used by
.BR malloc (3)
(and similar) calls to service allocation requests.
@ -90,6 +85,12 @@ for the definition of an arena.
This parameter has been available since glibc 2.10 via
.BR \-\-enable\-experimental\-malloc ,
and since glibc 2.15 by default.
The value of
.B M_ARENA_TEST
is not used when
.B M_ARENA_MAX
is defined.
.TP
.BR M_CHECK_ACTION
Setting this parameter controls how glibc responds when various kinds