mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-15 09:26:21 +03:00
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
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue