diff options
author | Jason Evans <je@fb.com> | 2012-05-16 06:31:53 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-05-16 06:31:53 (GMT) |
commit | 174b70efb4942be112b1ea38db1e5c6ca7599e5d (patch) | |
tree | c6f6f4c5563e265794175881f465f7513128d389 /doc | |
parent | 781fe75e0a03f13bc1f5403acbbf87796ceea1dc (diff) | |
download | jemalloc-174b70efb4942be112b1ea38db1e5c6ca7599e5d.zip jemalloc-174b70efb4942be112b1ea38db1e5c6ca7599e5d.tar.gz jemalloc-174b70efb4942be112b1ea38db1e5c6ca7599e5d.tar.bz2 |
Disable tcache by default if running inside Valgrind.
Disable tcache by default if running inside Valgrind, in order to avoid
making unallocated objects appear reachable to Valgrind.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 8a13a22..b34467b 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -969,7 +969,8 @@ malloc_conf = "xmalloc:true";]]></programlisting> <link linkend="opt.lg_tcache_max"><mallctl>opt.lg_tcache_max</mallctl></link> option for related tuning information. This option is enabled by - default.</para></listitem> + default unless running inside <ulink + url="http://valgrind.org/">Valgrind</ulink>.</para></listitem> </varlistentry> <varlistentry id="opt.lg_tcache_max"> |