From 80fe0478e6b0b3a0c84ea1dfdeec1fc5685841dc Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Wed, 9 May 2012 23:08:48 -0700 Subject: Generalize "stats.mapped" documentation. Generalize "stats.mapped" documentation to state that all inactive chunks are omitted, now that it is possible for mmap'ed chunks to be omitted in addition to DSS chunks. --- doc/jemalloc.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 93c16dc..877c500 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1471,7 +1471,7 @@ malloc_conf = "xmalloc:true";]]> application. This is a multiple of the chunk size, and is at least as large as stats.active. This - does not include inactive chunks embedded in the DSS. + does not include inactive chunks. @@ -1482,7 +1482,7 @@ malloc_conf = "xmalloc:true";]]> [] Total number of chunks actively mapped on behalf of the - application. This does not include inactive chunks embedded in the DSS. + application. This does not include inactive chunks. -- cgit v0.12