1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Document the M_ARENA_* mallopt parameters

The M_ARENA_* mallopt parameters are in wide use in production to
control the number of arenas that a long lived process creates and
hence there is no point in stating that this interface is non-public.
Document this interface and remove the obsolete comment.

	* manual/memory.texi (M_ARENA_TEST): Add documentation.
	(M_ARENA_MAX): Likewise.
	* malloc/malloc.c: Remove obsolete comment.
This commit is contained in:
Siddhesh Poyarekar
2016-10-26 15:06:21 +05:30
parent 2bce30357c
commit c1234e60f9
3 changed files with 70 additions and 62 deletions

View File

@ -1718,7 +1718,6 @@ static struct malloc_par mp_ =
};
/* Non public mallopt parameters. */
#define M_ARENA_TEST -7
#define M_ARENA_MAX -8