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
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user