summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2014-04-15 05:38:59 (GMT)
committerJason Evans <jasone@canonware.com>2014-04-15 05:38:59 (GMT)
commit24a4ba77e1e4c73488c6ac87db6db972232b392d (patch)
tree572258b1b167b172260efae0f2a40f8c340e0f2e /doc
parent9790b9667fd975b1f9a4f108f9d0a20ab265c6b6 (diff)
downloadjemalloc-24a4ba77e1e4c73488c6ac87db6db972232b392d.zip
jemalloc-24a4ba77e1e4c73488c6ac87db6db972232b392d.tar.gz
jemalloc-24a4ba77e1e4c73488c6ac87db6db972232b392d.tar.bz2
Update MALLOCX_ARENA() documentation.
Update MALLOCX_ARENA() documentation to no longer claim that it has no effect for huge region allocations.
Diffstat (limited to 'doc')
-rw-r--r--doc/jemalloc.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index a423240..4acb07f 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -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>