Update MALLOCX_ARENA() documentation.

Update MALLOCX_ARENA() documentation to no longer claim that it has no
effect for huge region allocations.
This commit is contained in:
Jason Evans 2014-04-14 22:38:59 -07:00
parent 9790b9667f
commit 24a4ba77e1

View File

@ -270,10 +270,10 @@
<listitem><para>Use the arena specified by the index
<parameter>a</parameter> (and by necessity bypass the thread
cache). This macro has no effect for huge regions, nor for regions
that were allocated via an arena other than the one specified.
This macro does not validate that <parameter>a</parameter>
specifies an arena index in the valid range.</para></listitem>
cache). This macro has no effect for regions that were allocated
via an arena other than the one specified. This macro does not
validate that <parameter>a</parameter> specifies an arena index in
the valid range.</para></listitem>
</varlistentry>
</variablelist>
</para>