diff options
| author | Jason Evans <jasone@canonware.com> | 2016-05-31 14:50:21 -0700 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2016-06-05 20:42:23 -0700 |
| commit | 7d63fed0fd0bb10bd250e40c35558f67f26469cd (patch) | |
| tree | 4e6e1a7d84906c4b1301b9c78e692a3f15e80ba1 /doc | |
| parent | 714d1640f30726a21898b34ac64b8f2fddb502c7 (diff) | |
| download | platform_external_jemalloc_new-7d63fed0fd0bb10bd250e40c35558f67f26469cd.tar.gz platform_external_jemalloc_new-7d63fed0fd0bb10bd250e40c35558f67f26469cd.tar.bz2 platform_external_jemalloc_new-7d63fed0fd0bb10bd250e40c35558f67f26469cd.zip | |
Rename huge to large.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/jemalloc.xml.in | 74 |
1 files changed, 15 insertions, 59 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 923097d4..7613c24c 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1872,22 +1872,22 @@ typedef struct { <listitem><para>Number of bytes per slab.</para></listitem> </varlistentry> - <varlistentry id="arenas.nhchunks"> + <varlistentry id="arenas.nlextents"> <term> - <mallctl>arenas.nhchunks</mallctl> + <mallctl>arenas.nlextents</mallctl> (<type>unsigned</type>) <literal>r-</literal> </term> - <listitem><para>Total number of huge size classes.</para></listitem> + <listitem><para>Total number of large size classes.</para></listitem> </varlistentry> - <varlistentry id="arenas.hchunk.i.size"> + <varlistentry id="arenas.lextent.i.size"> <term> - <mallctl>arenas.hchunk.<i>.size</mallctl> + <mallctl>arenas.lextent.<i>.size</mallctl> (<type>size_t</type>) <literal>r-</literal> </term> - <listitem><para>Maximum size supported by this huge size + <listitem><para>Maximum size supported by this large size class.</para></listitem> </varlistentry> @@ -2361,50 +2361,6 @@ typedef struct { </para></listitem> </varlistentry> - <varlistentry id="stats.arenas.i.huge.allocated"> - <term> - <mallctl>stats.arenas.<i>.huge.allocated</mallctl> - (<type>size_t</type>) - <literal>r-</literal> - [<option>--enable-stats</option>] - </term> - <listitem><para>Number of bytes currently allocated by huge objects. - </para></listitem> - </varlistentry> - - <varlistentry id="stats.arenas.i.huge.nmalloc"> - <term> - <mallctl>stats.arenas.<i>.huge.nmalloc</mallctl> - (<type>uint64_t</type>) - <literal>r-</literal> - [<option>--enable-stats</option>] - </term> - <listitem><para>Cumulative number of huge allocation requests served - directly by the arena.</para></listitem> - </varlistentry> - - <varlistentry id="stats.arenas.i.huge.ndalloc"> - <term> - <mallctl>stats.arenas.<i>.huge.ndalloc</mallctl> - (<type>uint64_t</type>) - <literal>r-</literal> - [<option>--enable-stats</option>] - </term> - <listitem><para>Cumulative number of huge deallocation requests served - directly by the arena.</para></listitem> - </varlistentry> - - <varlistentry id="stats.arenas.i.huge.nrequests"> - <term> - <mallctl>stats.arenas.<i>.huge.nrequests</mallctl> - (<type>uint64_t</type>) - <literal>r-</literal> - [<option>--enable-stats</option>] - </term> - <listitem><para>Cumulative number of huge allocation requests. - </para></listitem> - </varlistentry> - <varlistentry id="stats.arenas.i.bins.j.nmalloc"> <term> <mallctl>stats.arenas.<i>.bins.<j>.nmalloc</mallctl> @@ -2500,9 +2456,9 @@ typedef struct { <listitem><para>Current number of slabs.</para></listitem> </varlistentry> - <varlistentry id="stats.arenas.i.hchunks.j.nmalloc"> + <varlistentry id="stats.arenas.i.lextents.j.nmalloc"> <term> - <mallctl>stats.arenas.<i>.hchunks.<j>.nmalloc</mallctl> + <mallctl>stats.arenas.<i>.lextents.<j>.nmalloc</mallctl> (<type>uint64_t</type>) <literal>r-</literal> [<option>--enable-stats</option>] @@ -2511,9 +2467,9 @@ typedef struct { class served directly by the arena.</para></listitem> </varlistentry> - <varlistentry id="stats.arenas.i.hchunks.j.ndalloc"> + <varlistentry id="stats.arenas.i.lextents.j.ndalloc"> <term> - <mallctl>stats.arenas.<i>.hchunks.<j>.ndalloc</mallctl> + <mallctl>stats.arenas.<i>.lextents.<j>.ndalloc</mallctl> (<type>uint64_t</type>) <literal>r-</literal> [<option>--enable-stats</option>] @@ -2522,9 +2478,9 @@ typedef struct { size class served directly by the arena.</para></listitem> </varlistentry> - <varlistentry id="stats.arenas.i.hchunks.j.nrequests"> + <varlistentry id="stats.arenas.i.lextents.j.nrequests"> <term> - <mallctl>stats.arenas.<i>.hchunks.<j>.nrequests</mallctl> + <mallctl>stats.arenas.<i>.lextents.<j>.nrequests</mallctl> (<type>uint64_t</type>) <literal>r-</literal> [<option>--enable-stats</option>] @@ -2533,14 +2489,14 @@ typedef struct { class.</para></listitem> </varlistentry> - <varlistentry id="stats.arenas.i.hchunks.j.curhchunks"> + <varlistentry id="stats.arenas.i.lextents.j.curlextents"> <term> - <mallctl>stats.arenas.<i>.hchunks.<j>.curhchunks</mallctl> + <mallctl>stats.arenas.<i>.lextents.<j>.curlextents</mallctl> (<type>size_t</type>) <literal>r-</literal> [<option>--enable-stats</option>] </term> - <listitem><para>Current number of huge allocations for this size class. + <listitem><para>Current number of large allocations for this size class. </para></listitem> </varlistentry> </variablelist> |
