diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 77afb00c..76edab81 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1554,7 +1554,8 @@ malloc_conf = "xmalloc:true";]]> thread.allocated mallctl. This is useful for avoiding the overhead of repeated - mallctl*() calls. + mallctl*() calls. Note that the underlying counter + should not be modified by the application. @@ -1581,7 +1582,8 @@ malloc_conf = "xmalloc:true";]]> thread.deallocated mallctl. This is useful for avoiding the overhead of repeated - mallctl*() calls. + mallctl*() calls. Note that the underlying counter + should not be modified by the application.