diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index e8a57225..02961f6b 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -853,9 +853,9 @@ for (i = 0; i < nbins; i++) { junk-filled if the opt.junk option is enabled. This feature is of particular use in combination with Valgrind, which can detect - attempts to access quarantined objects. This is intended for debugging - and will impact performance negatively. The default quarantine size is + url="http://valgrind.org/">Valgrind, which can detect attempts + to access quarantined objects. This is intended for debugging and will + impact performance negatively. The default quarantine size is 0. @@ -871,11 +871,11 @@ for (i = 0; i < nbins; i++) { opt.junk option is enabled, the redzones are checked for corruption during deallocation. However, the primary intended purpose of this feature is to be used in - combination with Valgrind, which needs - redzones in order to do effective buffer overflow/underflow detection. - This option is intended for debugging and will impact performance - negatively. This option is disabled by default. + combination with Valgrind, + which needs redzones in order to do effective buffer overflow/underflow + detection. This option is intended for debugging and will impact + performance negatively. This option is disabled by + default. @@ -915,14 +915,14 @@ for (i = 0; i < nbins; i++) { r- [] - Valgrind support - enabled/disabled. If enabled, several other options are automatically - modified during options processing to work well with Valgrind: opt.junk and opt.zero are set to false, - opt.quarantine - is set to 16 MiB, and Valgrind + support enabled/disabled. If enabled, several other options are + automatically modified during options processing to work well with + Valgrind: opt.junk + and opt.zero are set + to false, opt.quarantine is + set to 16 MiB, and opt.redzone is set to true. This option is disabled by default. @@ -1854,10 +1854,10 @@ malloc_conf = "xmalloc:true";]]> This implementation does not provide much detail about the problems it detects, because the performance impact for storing such information would be prohibitive. However, jemalloc does integrate with the most - excellent Valgrind tool if - the configuration option is enabled and - the opt.valgrind - option is enabled. + excellent Valgrind tool if the + configuration option is enabled and the + opt.valgrind option + is enabled. DIAGNOSTIC MESSAGES