diff options
| author | Jason Evans <jasone@canonware.com> | 2016-05-30 10:45:38 -0700 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2016-06-03 12:20:02 -0700 |
| commit | f4a58847d3de70b359e57b57b59f4825afdb58c6 (patch) | |
| tree | 0bb2d86f1b3482715132345c3c7e1d41b27777c7 /doc | |
| parent | a7a6f5bc96500d4821d72cdfafe731d564460890 (diff) | |
| download | platform_external_jemalloc_new-f4a58847d3de70b359e57b57b59f4825afdb58c6.tar.gz platform_external_jemalloc_new-f4a58847d3de70b359e57b57b59f4825afdb58c6.tar.bz2 platform_external_jemalloc_new-f4a58847d3de70b359e57b57b59f4825afdb58c6.zip | |
Remove obsolete reference to Valgrind and quarantine.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/jemalloc.xml.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index eddc88c1..e3c97bd8 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1517,9 +1517,7 @@ malloc_conf = "xmalloc:true";]]></programlisting> of the arena's discarded/cached allocations may accessed afterward. As part of this requirement, all thread caches which were used to allocate/deallocate in conjunction with the arena must be flushed - beforehand. This interface cannot be used if running inside Valgrind, - nor if the <link linkend="opt.quarantine">quarantine</link> size is - non-zero.</para></listitem> + beforehand.</para></listitem> </varlistentry> <varlistentry id="arena.i.dss"> |
