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:
parent
9790b9667f
commit
24a4ba77e1
@ -270,10 +270,10 @@
|
|||||||
|
|
||||||
<listitem><para>Use the arena specified by the index
|
<listitem><para>Use the arena specified by the index
|
||||||
<parameter>a</parameter> (and by necessity bypass the thread
|
<parameter>a</parameter> (and by necessity bypass the thread
|
||||||
cache). This macro has no effect for huge regions, nor for regions
|
cache). This macro has no effect for regions that were allocated
|
||||||
that were allocated via an arena other than the one specified.
|
via an arena other than the one specified. This macro does not
|
||||||
This macro does not validate that <parameter>a</parameter>
|
validate that <parameter>a</parameter> specifies an arena index in
|
||||||
specifies an arena index in the valid range.</para></listitem>
|
the valid range.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user